#CB76CC

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

Shades of Orchid #CB76CC

Tints of Orchid #CB76CC

Color information

#CB76CC (or 0xCB76CC) is unknown color: approx Orchid. HEX triplet: CB, 76 and CC. RGB value is (203,118,204). Sum of RGB (Red+Green+Blue) = 203+118+204=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB76CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76CC is #348933. Grayscale: #989898. Windows color (decimal): -3442996 or 13399755. OLE color: 13399755.

HSL color Cylindrical-coordinate representation of color #CB76CC: hue angle of 299.3º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB76CC is Cyan = 0.00, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203118204-
CMYK0.000.4200.2
HSL299.3º45.74%63.14%-
HSV(B)299.3º42.16%80%-
XYZ42.0130.0160.71-
YUV153.22156.66163.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.67%
GREEN value IS 118 (46.48% from 255) = 22.48%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=38.67%
G=22.48%
B=38.86%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031182040.000.4200.2299.345.7463.14
HexCB76CC02A01412b2e3f
Octal3131663140520244535677
Binary110010111110110110011000101010010100100101011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76CC; }

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

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

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

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

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

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

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

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