#CE80DC

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

Shades of Orchid #CE80DC

Tints of Orchid #CE80DC

Color information

#CE80DC (or 0xCE80DC) is unknown color: approx Orchid. HEX triplet: CE, 80 and DC. RGB value is (206,128,220). Sum of RGB (Red+Green+Blue) = 206+128+220=554 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.18% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE80DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80DC is #317F23. Grayscale: #A1A1A1. Windows color (decimal): -3243812 or 14450894. OLE color: 14450894.

HSL color Cylindrical-coordinate representation of color #CE80DC: hue angle of 290.87º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE80DC is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206128220-
CMYK0.060.4200.14
HSL290.87º56.79%68.24%-
HSV(B)290.87º41.82%86.27%-
XYZ46.0933.7371.79-
YUV161.81160.84159.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.18%
GREEN value IS 128 (50.39% from 255) = 23.10%
BLUE value IS 220 (86.33% from 255) = 39.71%
R=37.18%
G=23.10%
B=39.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061282200.060.4200.14290.8756.7968.24
HexCE80DC62A0E1233944
Octal31620033465201644371104
Binary110011101000000011011100110101010011101001000111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80DC; }

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

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

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

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

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

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

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

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