#CB76B4

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

Shades of Orchid #CB76B4

Tints of Orchid #CB76B4

Color information

#CB76B4 (or 0xCB76B4) is unknown color: approx Orchid. HEX triplet: CB, 76 and B4. RGB value is (203,118,180). Sum of RGB (Red+Green+Blue) = 203+118+180=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76B4 is #34894B. Grayscale: #969696. Windows color (decimal): -3443020 or 11826891. OLE color: 11826891.

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

Color convert

RGB203118180-
CMYK00.420.110.20
HSL316.24º44.97%62.94%-
HSV(B)316.24º41.87%79.61%-
XYZ39.3528.9546.69-
YUV150.48144.66165.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.52%
GREEN value IS 118 (46.48% from 255) = 23.55%
BLUE value IS 180 (70.70% from 255) = 35.93%
R=40.52%
G=23.55%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311818000.420.110.20316.2444.9762.94
HexCB76B402AB1413c2d3f
Octal31316626405213244745577
Binary110010111110110101101000101010101110100100111100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76B4; }

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

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

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

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

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

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

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

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