#CB76B6

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

Shades of Orchid #CB76B6

Tints of Orchid #CB76B6

Color information

#CB76B6 (or 0xCB76B6) is unknown color: approx Orchid. HEX triplet: CB, 76 and B6. RGB value is (203,118,182). Sum of RGB (Red+Green+Blue) = 203+118+182=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76B6 is #348949. Grayscale: #969696. Windows color (decimal): -3443018 or 11957963. OLE color: 11957963.

HSL color Cylindrical-coordinate representation of color #CB76B6: hue angle of 314.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB76B6 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB203118182-
CMYK00.420.100.20
HSL314.82º44.97%62.94%-
HSV(B)314.82º41.87%79.61%-
XYZ39.5529.0347.77-
YUV150.71145.66165.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.36%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 182 (71.48% from 255) = 36.18%
R=40.36%
G=23.46%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311818200.420.100.20314.8244.9762.94
HexCB76B602AA1413b2d3f
Octal31316626605212244735577
Binary110010111110110101101100101010101010100100111011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76B6; }

 p { color: rgb(203,118,182); }

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

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

 a { background-color: rgb(203,118,182); }

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

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

 span { border-color: rgb(203,118,182); }

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