#CB6EC0

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

Shades of Orchid #CB6EC0

Tints of Orchid #CB6EC0

Color information

#CB6EC0 (or 0xCB6EC0) is unknown color: approx Orchid. HEX triplet: CB, 6E and C0. RGB value is (203,110,192). Sum of RGB (Red+Green+Blue) = 203+110+192=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 110 (43.36% from 255 or 21.78% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB6EC0 is #34913F. Grayscale: #929292. Windows color (decimal): -3445056 or 12611275. OLE color: 12611275.

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

Color convert

RGB203110192-
CMYK00.460.050.20
HSL307.1º47.21%61.37%-
HSV(B)307.1º45.81%79.61%-
XYZ39.7227.6553.11-
YUV147.16153.31167.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 110 (43.36% from 255) = 21.78%
BLUE value IS 192 (75.39% from 255) = 38.02%
R=40.20%
G=21.78%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311019200.460.050.20307.147.2161.37
HexCB6EC002E5141332f3d
Octal3131563000565244635775
Binary11001011110111011000000010111010110100100110011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6EC0; }

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

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

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

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

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

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

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

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