#CE6AD9

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

Shades of Orchid #CE6AD9

Tints of Orchid #CE6AD9

Color information

#CE6AD9 (or 0xCE6AD9) is unknown color: approx Orchid. HEX triplet: CE, 6A and D9. RGB value is (206,106,217). Sum of RGB (Red+Green+Blue) = 206+106+217=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE6AD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AD9 is #319526. Grayscale: #949494. Windows color (decimal): -3249447 or 14248654. OLE color: 14248654.

HSL color Cylindrical-coordinate representation of color #CE6AD9: hue angle of 294.05º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6AD9 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206106217-
CMYK0.050.5100.15
HSL294.05º59.36%63.33%-
HSV(B)294.05º51.15%85.1%-
XYZ43.1328.4468.86-
YUV148.55166.63168.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 217 (85.16% from 255) = 41.02%
R=38.94%
G=20.04%
B=41.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061062170.050.5100.15294.0559.3663.33
HexCE6AD95330F1263b3f
Octal3161523315630174467377
Binary1100111011010101101100110111001101111100100110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6AD9; }

 p { color: rgb(206,106,217); }

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

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

 a { background-color: rgb(206,106,217); }

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

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

 span { border-color: rgb(206,106,217); }

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