#CE81C9

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

Shades of Orchid #CE81C9

Tints of Orchid #CE81C9

Color information

#CE81C9 (or 0xCE81C9) is unknown color: approx Orchid. HEX triplet: CE, 81 and C9. RGB value is (206,129,201). Sum of RGB (Red+Green+Blue) = 206+129+201=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81C9 is #317E36. Grayscale: #A0A0A0. Windows color (decimal): -3243575 or 13205966. OLE color: 13205966.

HSL color Cylindrical-coordinate representation of color #CE81C9: hue angle of 303.9º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE81C9 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB206129201-
CMYK00.370.020.19
HSL303.9º44%65.69%-
HSV(B)303.9º37.38%80.78%-
XYZ43.8533.0459.32-
YUV160.23151.01160.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 129 (50.78% from 255) = 24.07%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=38.43%
G=24.07%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612920100.370.020.19303.94465.69
HexCE81C90252131302c42
Octal31620131104522346054102
Binary110011101000000111001001010010110100111001100001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE81C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE81C9; }

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

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

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

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

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

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

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

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