#CE73BB

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

Shades of Orchid #CE73BB

Tints of Orchid #CE73BB

Color information

#CE73BB (or 0xCE73BB) is unknown color: approx Orchid. HEX triplet: CE, 73 and BB. RGB value is (206,115,187). Sum of RGB (Red+Green+Blue) = 206+115+187=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73BB is #318C44. Grayscale: #969696. Windows color (decimal): -3247173 or 12284878. OLE color: 12284878.

HSL color Cylindrical-coordinate representation of color #CE73BB: hue angle of 312.53º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE73BB is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB206115187-
CMYK00.440.090.19
HSL312.53º48.15%62.94%-
HSV(B)312.53º44.17%80.78%-
XYZ40.5528.9750.47-
YUV150.42148.65167.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 115 (45.31% from 255) = 22.64%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=40.55%
G=22.64%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611518700.440.090.19312.5348.1562.94
HexCE73BB02C913139303f
Octal31616327305411234716077
Binary110011101110011101110110101100100110011100111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE73BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE73BB; }

 p { color: rgb(206,115,187); }

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

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

 a { background-color: rgb(206,115,187); }

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

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

 span { border-color: rgb(206,115,187); }

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