#CD6ECB

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

Shades of Orchid #CD6ECB

Tints of Orchid #CD6ECB

Color information

#CD6ECB (or 0xCD6ECB) is unknown color: approx Orchid. HEX triplet: CD, 6E and CB. RGB value is (205,110,203). Sum of RGB (Red+Green+Blue) = 205+110+203=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6ECB is #329134. Grayscale: #949494. Windows color (decimal): -3313973 or 13332173. OLE color: 13332173.

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

Color convert

RGB205110203-
CMYK00.460.010.20
HSL301.26º48.72%61.76%-
HSV(B)301.26º46.34%80.39%-
XYZ41.5328.4459.8-
YUV149.01158.47167.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 39.58%
GREEN value IS 110 (43.36% from 255) = 21.24%
BLUE value IS 203 (79.69% from 255) = 39.19%
R=39.58%
G=21.24%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511020300.460.010.20301.2648.7261.76
HexCD6ECB02E11412d313e
Octal3151563130561244556176
Binary110011011101110110010110101110110100100101101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6ECB; }

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

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

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

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

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

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

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

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