#CB77C8

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

Shades of Orchid #CB77C8

Tints of Orchid #CB77C8

Color information

#CB77C8 (or 0xCB77C8) is unknown color: approx Orchid. HEX triplet: CB, 77 and C8. RGB value is (203,119,200). Sum of RGB (Red+Green+Blue) = 203+119+200=522 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.89% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 203 - color contains mainly: red. Hex color #CB77C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB77C8 is #348837. Grayscale: #999999. Windows color (decimal): -3442744 or 13137867. OLE color: 13137867.

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

Color convert

RGB203119200-
CMYK00.410.010.20
HSL302.14º44.68%63.14%-
HSV(B)302.14º41.38%79.61%-
XYZ41.6530.0658.25-
YUV153.35154.33163.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.89%
GREEN value IS 119 (46.88% from 255) = 22.80%
BLUE value IS 200 (78.52% from 255) = 38.31%
R=38.89%
G=22.80%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311920000.410.010.20302.1444.6863.14
HexCB77C802911412e2d3f
Octal3131673100511244565577
Binary110010111110111110010000101001110100100101110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB77C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB77C8; }

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

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

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

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

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

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

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

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