#CE80DD

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

Shades of Orchid #CE80DD

Tints of Orchid #CE80DD

Color information

#CE80DD (or 0xCE80DD) is unknown color: approx Orchid. HEX triplet: CE, 80 and DD. RGB value is (206,128,221). Sum of RGB (Red+Green+Blue) = 206+128+221=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 128 (50.39% from 255 or 23.06% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE80DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80DD is #317F22. Grayscale: #A1A1A1. Windows color (decimal): -3243811 or 14516430. OLE color: 14516430.

HSL color Cylindrical-coordinate representation of color #CE80DD: hue angle of 290.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE80DD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206128221-
CMYK0.070.4200.13
HSL290.32º57.76%68.43%-
HSV(B)290.32º42.08%86.67%-
XYZ46.2233.7872.49-
YUV161.92161.34159.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 128 (50.39% from 255) = 23.06%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=37.12%
G=23.06%
B=39.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061282210.070.4200.13290.3257.7668.43
HexCE80DD72A0D1223a44
Octal31620033575201544272104
Binary110011101000000011011101111101010011011001000101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80DD; }

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

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

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

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

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

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

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

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