#CB77BA

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

Shades of Orchid #CB77BA

Tints of Orchid #CB77BA

Color information

#CB77BA (or 0xCB77BA) is unknown color: approx Orchid. HEX triplet: CB, 77 and BA. RGB value is (203,119,186). Sum of RGB (Red+Green+Blue) = 203+119+186=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 119 (46.88% from 255 or 23.43% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77BA is #348845. Grayscale: #979797. Windows color (decimal): -3442758 or 12220363. OLE color: 12220363.

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

Color convert

RGB203119186-
CMYK00.410.080.20
HSL312.14º44.68%63.14%-
HSV(B)312.14º41.38%79.61%-
XYZ40.0929.4450.02-
YUV151.75147.33164.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.96%
GREEN value IS 119 (46.88% from 255) = 23.43%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=39.96%
G=23.43%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311918600.410.080.20312.1444.6863.14
HexCB77BA0298141382d3f
Octal31316727205110244705577
Binary110010111110111101110100101001100010100100111000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB77BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB77BA; }

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

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

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

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

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

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

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

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