#CB77C3

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

Shades of Orchid #CB77C3

Tints of Orchid #CB77C3

Color information

#CB77C3 (or 0xCB77C3) is unknown color: approx Orchid. HEX triplet: CB, 77 and C3. RGB value is (203,119,195). Sum of RGB (Red+Green+Blue) = 203+119+195=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 119 (46.88% from 255 or 23.02% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77C3 is #34883C. Grayscale: #989898. Windows color (decimal): -3442749 or 12810187. OLE color: 12810187.

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

Color convert

RGB203119195-
CMYK00.410.040.20
HSL305.71º44.68%63.14%-
HSV(B)305.71º41.38%79.61%-
XYZ41.0829.8355.22-
YUV152.78151.83163.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.26%
GREEN value IS 119 (46.88% from 255) = 23.02%
BLUE value IS 195 (76.56% from 255) = 37.72%
R=39.26%
G=23.02%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311919500.410.040.20305.7144.6863.14
HexCB77C30294141322d3f
Octal3131673030514244625577
Binary11001011111011111000011010100110010100100110010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB77C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB77C3; }

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

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

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

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

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

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

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

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