#CE80DF

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

Shades of Orchid #CE80DF

Tints of Orchid #CE80DF

Color information

#CE80DF (or 0xCE80DF) is unknown color: approx Orchid. HEX triplet: CE, 80 and DF. RGB value is (206,128,223). Sum of RGB (Red+Green+Blue) = 206+128+223=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE80DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE80DF is #317F20. Grayscale: #A1A1A1. Windows color (decimal): -3243809 or 14647502. OLE color: 14647502.

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

Color convert

RGB206128223-
CMYK0.080.4300.13
HSL289.26º59.75%68.82%-
HSV(B)289.26º42.6%87.45%-
XYZ46.4933.8973.9-
YUV162.15162.34159.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 223 (87.5% from 255) = 40.04%
R=36.98%
G=22.98%
B=40.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061282230.080.4300.13289.2659.7568.82
HexCE80DF82B0D1213c45
Octal316200337105301544174105
Binary1100111010000000110111111000101011011011001000011111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE80DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE80DF; }

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

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

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

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

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

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

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

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