#CE80BD

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

Shades of Orchid #CE80BD

Tints of Orchid #CE80BD

Color information

#CE80BD (or 0xCE80BD) is unknown color: approx Orchid. HEX triplet: CE, 80 and BD. RGB value is (206,128,189). Sum of RGB (Red+Green+Blue) = 206+128+189=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE80BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80BD is #317F42. Grayscale: #9E9E9E. Windows color (decimal): -3243843 or 12419278. OLE color: 12419278.

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

Color convert

RGB206128189-
CMYK00.380.080.19
HSL313.08º44.32%65.49%-
HSV(B)313.08º37.86%80.78%-
XYZ42.3632.2352.13-
YUV158.28145.34162.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 189 (74.22% from 255) = 36.14%
R=39.39%
G=24.47%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612818900.380.080.19313.0844.3265.49
HexCE80BD0268131392c41
Octal316200275046102347154101
Binary11001110100000001011110101001101000100111001110011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80BD; }

 p { color: rgb(206,128,189); }

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

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

 a { background-color: rgb(206,128,189); }

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

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

 span { border-color: rgb(206,128,189); }

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