#CD6EC7

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

Shades of Orchid #CD6EC7

Tints of Orchid #CD6EC7

Color information

#CD6EC7 (or 0xCD6EC7) is unknown color: approx Orchid. HEX triplet: CD, 6E and C7. RGB value is (205,110,199). Sum of RGB (Red+Green+Blue) = 205+110+199=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 199 (78.12% from 255 or 38.72% from 514); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EC7 is #329138. Grayscale: #949494. Windows color (decimal): -3313977 or 13070029. OLE color: 13070029.

HSL color Cylindrical-coordinate representation of color #CD6EC7: hue angle of 303.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6EC7 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205110199-
CMYK00.460.030.20
HSL303.79º48.72%61.76%-
HSV(B)303.79º46.34%80.39%-
XYZ41.0628.2557.32-
YUV148.55156.47168.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.88%
GREEN value IS 110 (43.36% from 255) = 21.40%
BLUE value IS 199 (78.12% from 255) = 38.72%
R=39.88%
G=21.40%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511019900.460.030.20303.7948.7261.76
HexCD6EC702E314130313e
Octal3151563070563244606176
Binary1100110111011101100011101011101110100100110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6EC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6EC7; }

 p { color: rgb(205,110,199); }

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

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

 a { background-color: rgb(205,110,199); }

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

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

 span { border-color: rgb(205,110,199); }

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