#CE81DA

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

Shades of Orchid #CE81DA

Tints of Orchid #CE81DA

Color information

#CE81DA (or 0xCE81DA) is unknown color: approx Orchid. HEX triplet: CE, 81 and DA. RGB value is (206,129,218). Sum of RGB (Red+Green+Blue) = 206+129+218=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81DA is #317E25. Grayscale: #A1A1A1. Windows color (decimal): -3243558 or 14320078. OLE color: 14320078.

HSL color Cylindrical-coordinate representation of color #CE81DA: hue angle of 291.91º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE81DA is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206129218-
CMYK0.060.4100.15
HSL291.91º54.6%68.04%-
HSV(B)291.91º40.83%85.49%-
XYZ45.9633.8870.45-
YUV162.17159.51159.26-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 129 (50.78% from 255) = 23.33%
BLUE value IS 218 (85.55% from 255) = 39.42%
R=37.25%
G=23.33%
B=39.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061292180.060.4100.15291.9154.668.04
HexCE81DA6290F1243744
Octal31620133265101744467104
Binary110011101000000111011010110101001011111001001001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE81DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE81DA; }

 p { color: rgb(206,129,218); }

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

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

 a { background-color: rgb(206,129,218); }

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

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

 span { border-color: rgb(206,129,218); }

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