#cd6ce7

Color #CD6CE7 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #CD6CE7

Tints of Orchid #CD6CE7

Color information

#CD6CE7 (or 0xCD6CE7) is unknown color: approx Orchid. HEX triplet: CD, 6C and E7. RGB value is (205,108,231). Sum of RGB (Red+Green+Blue) = 205+108+231=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #CD6CE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CD6CE7 is #329318. Grayscale: #969696. Windows color (decimal): -3314457 or 15166669. OLE color: 15166669.

HSL color Cylindrical-coordinate representation of color #CD6CE7: hue angle of 287.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CD6CE7 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205108231-
CMYK0.110.5300.09
HSL287.32º71.93%66.47%-
HSV(B)287.32º53.25%90.59%-
XYZ44.9629.4778.92-
YUV151.02173.14166.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 37.68%
GREEN value IS 108 (42.58% from 255) = 19.85%
BLUE value IS 231 (90.62% from 255) = 42.46%
R=37.68%
G=19.85%
B=42.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2051082310.110.5300.09287.3271.9366.47
HexCD6CE7B350911f4842
Octal3151543471365011437110102
Binary1100110111011001110011110111101010100110001111110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd6ce7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd6ce7; }

 p { color: rgb(205,108,231); }

 H1.HeaderClassName
 {
   color: #cd6ce7;
 }
 .AnyTagClassName
 {
   color: #cd6ce7;
 }
</style>
background-color css

<style>
 a { background-color: #cd6ce7; }

 a { background-color: rgb(205,108,231); }

 div.DivClassName
 {
   background-color: #cd6ce7;
 }
 .BgClassName
 {
   background-color: #cd6ce7;
 }
</style>
border-color css

<style>
 span { border-color: #cd6ce7; }

 span { border-color: rgb(205,108,231); }

 td.TdClassName
 {
   border-color: #cd6ce7;
 }
 .TagClassName
 {
   border-color: #cd6ce7;
 }
</style>