#CE80E1

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

Shades of Orchid #CE80E1

Tints of Orchid #CE80E1

Color information

#CE80E1 (or 0xCE80E1) is unknown color: approx Orchid. HEX triplet: CE, 80 and E1. RGB value is (206,128,225). Sum of RGB (Red+Green+Blue) = 206+128+225=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 225 (88.28% from 255 or 40.25% from 559); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE80E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80E1 is #317F1E. Grayscale: #A2A2A2. Windows color (decimal): -3243807 or 14778574. OLE color: 14778574.

HSL color Cylindrical-coordinate representation of color #CE80E1: hue angle of 288.25º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE80E1 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206128225-
CMYK0.080.4300.12
HSL288.25º61.78%69.22%-
HSV(B)288.25º43.11%88.24%-
XYZ46.763475.33-
YUV162.38163.34159.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.85%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 225 (88.28% from 255) = 40.25%
R=36.85%
G=22.90%
B=40.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061282250.080.4300.12288.2561.7869.22
HexCE80E182B0C1203e45
Octal316200341105301444076105
Binary1100111010000000111000011000101011011001001000001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80E1; }

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

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

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

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

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

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

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

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