#CD6EC6

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

Shades of Orchid #CD6EC6

Tints of Orchid #CD6EC6

Color information

#CD6EC6 (or 0xCD6EC6) is unknown color: approx Orchid. HEX triplet: CD, 6E and C6. RGB value is (205,110,198). Sum of RGB (Red+Green+Blue) = 205+110+198=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 110 (43.36% from 255 or 21.44% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EC6 is #329139. Grayscale: #949494. Windows color (decimal): -3313978 or 13004493. OLE color: 13004493.

HSL color Cylindrical-coordinate representation of color #CD6EC6: hue angle of 304.42º 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 #CD6EC6 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205110198-
CMYK00.460.030.20
HSL304.42º48.72%61.76%-
HSV(B)304.42º46.34%80.39%-
XYZ40.9528.2156.71-
YUV148.44155.97168.34-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.96%
GREEN value IS 110 (43.36% from 255) = 21.44%
BLUE value IS 198 (77.73% from 255) = 38.60%
R=39.96%
G=21.44%
B=38.60%

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
Decimal20511019800.460.030.20304.4248.7261.76
HexCD6EC602E314130313e
Octal3151563060563244606176
Binary1100110111011101100011001011101110100100110000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6EC6; }

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

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

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

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

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

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

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

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