#CE85D6

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

Shades of Orchid #CE85D6

Tints of Orchid #CE85D6

Color information

#CE85D6 (or 0xCE85D6) is unknown color: approx Orchid. HEX triplet: CE, 85 and D6. RGB value is (206,133,214). Sum of RGB (Red+Green+Blue) = 206+133+214=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 214 (83.98% from 255 or 38.70% from 553); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE85D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85D6 is #317A29. Grayscale: #A3A3A3. Windows color (decimal): -3242538 or 14058958. OLE color: 14058958.

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

Color convert

RGB206133214-
CMYK0.040.3800.16
HSL294.07º49.69%68.04%-
HSV(B)294.07º37.85%83.92%-
XYZ45.9834.7567.9-
YUV164.06156.18157.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 214 (83.98% from 255) = 38.70%
R=37.25%
G=24.05%
B=38.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061332140.040.3800.16294.0749.6968.04
HexCE85D64260101263244
Octal31620532644602044662104
Binary1100111010000101110101101001001100100001001001101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85D6; }

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

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

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

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

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

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

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

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