#CE85D1

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

Shades of Orchid #CE85D1

Tints of Orchid #CE85D1

Color information

#CE85D1 (or 0xCE85D1) is unknown color: approx Orchid. HEX triplet: CE, 85 and D1. RGB value is (206,133,209). Sum of RGB (Red+Green+Blue) = 206+133+209=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 209 (82.03% from 255 or 38.14% from 548); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE85D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE85D1 is #317A2E. Grayscale: #A3A3A3. Windows color (decimal): -3242543 or 13731278. OLE color: 13731278.

HSL color Cylindrical-coordinate representation of color #CE85D1: hue angle of 297.63º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CE85D1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206133209-
CMYK0.010.3600.18
HSL297.63º45.24%67.06%-
HSV(B)297.63º36.36%81.96%-
XYZ45.3534.564.59-
YUV163.49153.68158.32-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.59%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 209 (82.03% from 255) = 38.14%
R=37.59%
G=24.27%
B=38.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061332090.010.3600.18297.6345.2467.06
HexCE85D112401212a2d43
Octal31620532114402245255103
Binary11001110100001011101000111001000100101001010101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE85D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE85D1; }

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

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

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

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

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

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

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

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