#CE88D5

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

Shades of Orchid #CE88D5

Tints of Orchid #CE88D5

Color information

#CE88D5 (or 0xCE88D5) is unknown color: approx Orchid. HEX triplet: CE, 88 and D5. RGB value is (206,136,213). Sum of RGB (Red+Green+Blue) = 206+136+213=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE88D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88D5 is #31772A. Grayscale: #A5A5A5. Windows color (decimal): -3241771 or 13994190. OLE color: 13994190.

HSL color Cylindrical-coordinate representation of color #CE88D5: hue angle of 294.55º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE88D5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206136213-
CMYK0.030.3600.16
HSL294.55º47.83%68.43%-
HSV(B)294.55º36.15%83.53%-
XYZ46.2735.5367.37-
YUV165.71154.69156.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 136 (53.52% from 255) = 24.50%
BLUE value IS 213 (83.59% from 255) = 38.38%
R=37.12%
G=24.50%
B=38.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061362130.030.3600.16294.5547.8368.43
HexCE88D53240101273044
Octal31621032534402044760104
Binary110011101000100011010101111001000100001001001111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE88D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE88D5; }

 p { color: rgb(206,136,213); }

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

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

 a { background-color: rgb(206,136,213); }

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

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

 span { border-color: rgb(206,136,213); }

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