#CE88D3

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

Shades of Orchid #CE88D3

Tints of Orchid #CE88D3

Color information

#CE88D3 (or 0xCE88D3) is unknown color: approx Orchid. HEX triplet: CE, 88 and D3. RGB value is (206,136,211). Sum of RGB (Red+Green+Blue) = 206+136+211=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 211 (82.81% from 255 or 38.16% from 553); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE88D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88D3 is #31772C. Grayscale: #A5A5A5. Windows color (decimal): -3241773 or 13863118. OLE color: 13863118.

HSL color Cylindrical-coordinate representation of color #CE88D3: hue angle of 296º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE88D3 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB206136211-
CMYK0.020.3600.17
HSL296º46.01%68.04%-
HSV(B)296º35.55%82.75%-
XYZ46.0235.4366.04-
YUV165.48153.69156.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 136 (53.52% from 255) = 24.59%
BLUE value IS 211 (82.81% from 255) = 38.16%
R=37.25%
G=24.59%
B=38.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2061362110.020.3600.1729646.0168.04
HexCE88D32240111282e44
Octal31621032324402145056104
Binary110011101000100011010011101001000100011001010001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE88D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE88D3; }

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

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

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

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

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

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

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

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