#CB76BD

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

Shades of Orchid #CB76BD

Tints of Orchid #CB76BD

Color information

#CB76BD (or 0xCB76BD) is unknown color: approx Orchid. HEX triplet: CB, 76 and BD. RGB value is (203,118,189). Sum of RGB (Red+Green+Blue) = 203+118+189=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CB76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76BD is #348942. Grayscale: #979797. Windows color (decimal): -3443011 or 12416715. OLE color: 12416715.

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

Color convert

RGB203118189-
CMYK00.420.070.20
HSL309.88º44.97%62.94%-
HSV(B)309.88º41.87%79.61%-
XYZ40.2929.3351.68-
YUV151.51149.16164.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=39.80%
G=23.14%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311818900.420.070.20309.8844.9762.94
HexCB76BD02A7141362d3f
Octal3131662750527244665577
Binary11001011111011010111101010101011110100100110110101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB76BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB76BD; }

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

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

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

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

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

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

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

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