#CB77D9

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

Shades of Orchid #CB77D9

Tints of Orchid #CB77D9

Color information

#CB77D9 (or 0xCB77D9) is unknown color: approx Orchid. HEX triplet: CB, 77 and D9. RGB value is (203,119,217). Sum of RGB (Red+Green+Blue) = 203+119+217=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB77D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77D9 is #348826. Grayscale: #9A9A9A. Windows color (decimal): -3442727 or 14251979. OLE color: 14251979.

HSL color Cylindrical-coordinate representation of color #CB77D9: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB77D9 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB203119217-
CMYK0.060.4500.15
HSL291.43º56.32%65.88%-
HSV(B)291.43º45.16%85.1%-
XYZ43.7530.969.3-
YUV155.29162.83162.03-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.66%
GREEN value IS 119 (46.88% from 255) = 22.08%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=37.66%
G=22.08%
B=40.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2031192170.060.4500.15291.4356.3265.88
HexCB77D962D0F1233842
Octal31316733165501744370102
Binary11001011111011111011001110101101011111001000111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB77D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB77D9; }

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

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

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

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

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

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

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

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