#CB77BD

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

Shades of Orchid #CB77BD

Tints of Orchid #CB77BD

Color information

#CB77BD (or 0xCB77BD) is unknown color: approx Orchid. HEX triplet: CB, 77 and BD. RGB value is (203,119,189). Sum of RGB (Red+Green+Blue) = 203+119+189=511 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.73% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77BD is #348842. Grayscale: #979797. Windows color (decimal): -3442755 or 12416971. OLE color: 12416971.

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

Color convert

RGB203119189-
CMYK00.410.070.20
HSL310º44.68%63.14%-
HSV(B)310º41.38%79.61%-
XYZ40.4129.5651.72-
YUV152.1148.83164.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.73%
GREEN value IS 119 (46.88% from 255) = 23.29%
BLUE value IS 189 (74.22% from 255) = 36.99%
R=39.73%
G=23.29%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311918900.410.070.2031044.6863.14
HexCB77BD0297141362d3f
Octal3131672750517244665577
Binary11001011111011110111101010100111110100100110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB77BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB77BD; }

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

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

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

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

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

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

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

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