#CB76BA

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

Shades of Orchid #CB76BA

Tints of Orchid #CB76BA

Color information

#CB76BA (or 0xCB76BA) is unknown color: approx Orchid. HEX triplet: CB, 76 and BA. RGB value is (203,118,186). Sum of RGB (Red+Green+Blue) = 203+118+186=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76BA is #348945. Grayscale: #969696. Windows color (decimal): -3443014 or 12220107. OLE color: 12220107.

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

Color convert

RGB203118186-
CMYK00.420.080.20
HSL312º44.97%62.94%-
HSV(B)312º41.87%79.61%-
XYZ39.9729.249.98-
YUV151.17147.66164.97-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.04%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=40.04%
G=23.27%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311818600.420.080.2031244.9762.94
HexCB76BA02A8141382d3f
Octal31316627205210244705577
Binary110010111110110101110100101010100010100100111000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76BA; }

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

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

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

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

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

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

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

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