#CE81C8

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

Shades of Orchid #CE81C8

Tints of Orchid #CE81C8

Color information

#CE81C8 (or 0xCE81C8) is unknown color: approx Orchid. HEX triplet: CE, 81 and C8. RGB value is (206,129,200). Sum of RGB (Red+Green+Blue) = 206+129+200=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CE81C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE81C8 is #317E37. Grayscale: #9F9F9F. Windows color (decimal): -3243576 or 13140430. OLE color: 13140430.

HSL color Cylindrical-coordinate representation of color #CE81C8: hue angle of 304.68º 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 #CE81C8 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB206129200-
CMYK00.370.030.19
HSL304.68º44%65.69%-
HSV(B)304.68º37.38%80.78%-
XYZ43.7332.9958.71-
YUV160.12150.51160.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 129 (50.78% from 255) = 24.11%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=38.50%
G=24.11%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612920000.370.030.19304.684465.69
HexCE81C80253131312c42
Octal31620131004532346154102
Binary110011101000000111001000010010111100111001100011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE81C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE81C8; }

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

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

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

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

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

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

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

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