#CD6EC0

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

Shades of Orchid #CD6EC0

Tints of Orchid #CD6EC0

Color information

#CD6EC0 (or 0xCD6EC0) is unknown color: approx Orchid. HEX triplet: CD, 6E and C0. RGB value is (205,110,192). Sum of RGB (Red+Green+Blue) = 205+110+192=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 192 (75.39% from 255 or 37.87% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6EC0 is #32913F. Grayscale: #939393. Windows color (decimal): -3313984 or 12611277. OLE color: 12611277.

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

Color convert

RGB205110192-
CMYK00.460.060.20
HSL308.21º48.72%61.76%-
HSV(B)308.21º46.34%80.39%-
XYZ40.2727.9453.14-
YUV147.75152.97168.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.43%
GREEN value IS 110 (43.36% from 255) = 21.70%
BLUE value IS 192 (75.39% from 255) = 37.87%
R=40.43%
G=21.70%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20511019200.460.060.20308.2148.7261.76
HexCD6EC002E614134313e
Octal3151563000566244646176
Binary11001101110111011000000010111011010100100110100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6EC0; }

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

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

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

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

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

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

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

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