#CB76B7

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

Shades of Orchid #CB76B7

Tints of Orchid #CB76B7

Color information

#CB76B7 (or 0xCB76B7) is unknown color: approx Orchid. HEX triplet: CB, 76 and B7. RGB value is (203,118,183). Sum of RGB (Red+Green+Blue) = 203+118+183=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76B7 is #348948. Grayscale: #969696. Windows color (decimal): -3443017 or 12023499. OLE color: 12023499.

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

Color convert

RGB203118183-
CMYK00.420.100.20
HSL314.12º44.97%62.94%-
HSV(B)314.12º41.87%79.61%-
XYZ39.6529.0748.32-
YUV150.82146.16165.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.28%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=40.28%
G=23.41%
B=36.31%

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
Decimal20311818300.420.100.20314.1244.9762.94
HexCB76B702AA1413a2d3f
Octal31316626705212244725577
Binary110010111110110101101110101010101010100100111010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76B7; }

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

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

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

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

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

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

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

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