#CB76D8

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

Shades of Orchid #CB76D8

Tints of Orchid #CB76D8

Color information

#CB76D8 (or 0xCB76D8) is unknown color: approx Orchid. HEX triplet: CB, 76 and D8. RGB value is (203,118,216). Sum of RGB (Red+Green+Blue) = 203+118+216=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 118 (46.48% from 255 or 21.97% from 537); Blue value is 216 (84.77% from 255 or 40.22% from 537); Max value from RGB is 216 - color contains mainly: blue. Hex color #CB76D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76D8 is #348927. Grayscale: #9A9A9A. Windows color (decimal): -3442984 or 14186187. OLE color: 14186187.

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

Color convert

RGB203118216-
CMYK0.060.4500.15
HSL292.04º55.68%65.49%-
HSV(B)292.04º45.37%84.71%-
XYZ43.530.6168.58-
YUV154.59162.66162.53-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 118 (46.48% from 255) = 21.97%
BLUE value IS 216 (84.77% from 255) = 40.22%
R=37.80%
G=21.97%
B=40.22%

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
Decimal2031182160.060.4500.15292.0455.6865.49
HexCB76D862D0F1243841
Octal31316633065501744470101
Binary11001011111011011011000110101101011111001001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76D8; }

 p { color: rgb(203,118,216); }

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

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

 a { background-color: rgb(203,118,216); }

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

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

 span { border-color: rgb(203,118,216); }

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