#CE88D6

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

Shades of Orchid #CE88D6

Tints of Orchid #CE88D6

Color information

#CE88D6 (or 0xCE88D6) is unknown color: approx Orchid. HEX triplet: CE, 88 and D6. RGB value is (206,136,214). Sum of RGB (Red+Green+Blue) = 206+136+214=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 214 (83.98% from 255 or 38.49% from 556); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE88D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE88D6 is #317729. Grayscale: #A5A5A5. Windows color (decimal): -3241770 or 14059726. OLE color: 14059726.

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

Color convert

RGB206136214-
CMYK0.040.3600.16
HSL293.85º48.75%68.63%-
HSV(B)293.85º36.45%83.92%-
XYZ46.435.5968.04-
YUV165.82155.19156.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.05%
GREEN value IS 136 (53.52% from 255) = 24.46%
BLUE value IS 214 (83.98% from 255) = 38.49%
R=37.05%
G=24.46%
B=38.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061362140.040.3600.16293.8548.7568.63
HexCE88D64240101263145
Octal31621032644402044661105
Binary1100111010001000110101101001001000100001001001101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE88D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE88D6; }

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

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

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

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

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

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

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

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