#CE86D1

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

Shades of Orchid #CE86D1

Tints of Orchid #CE86D1

Color information

#CE86D1 (or 0xCE86D1) is unknown color: approx Orchid. HEX triplet: CE, 86 and D1. RGB value is (206,134,209). Sum of RGB (Red+Green+Blue) = 206+134+209=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 209 (82.03% from 255 or 38.07% from 549); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE86D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE86D1 is #31792E. Grayscale: #A3A3A3. Windows color (decimal): -3242287 or 13731534. OLE color: 13731534.

HSL color Cylindrical-coordinate representation of color #CE86D1: hue angle of 297.6º 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 #CE86D1 is Cyan = 0.01, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206134209-
CMYK0.010.3600.18
HSL297.6º44.91%67.25%-
HSV(B)297.6º35.89%81.96%-
XYZ45.4934.7864.64-
YUV164.08153.35157.9-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.52%
GREEN value IS 134 (52.73% from 255) = 24.41%
BLUE value IS 209 (82.03% from 255) = 38.07%
R=37.52%
G=24.41%
B=38.07%

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
Decimal2061342090.010.3600.18297.644.9167.25
HexCE86D112401212a2d43
Octal31620632114402245255103
Binary11001110100001101101000111001000100101001010101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE86D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE86D1; }

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

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

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

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

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

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

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

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