#CE6ADD

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

Shades of Orchid #CE6ADD

Tints of Orchid #CE6ADD

Color information

#CE6ADD (or 0xCE6ADD) is unknown color: approx Orchid. HEX triplet: CE, 6A and DD. RGB value is (206,106,221). Sum of RGB (Red+Green+Blue) = 206+106+221=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ADD is #319522. Grayscale: #949494. Windows color (decimal): -3249443 or 14510798. OLE color: 14510798.

HSL color Cylindrical-coordinate representation of color #CE6ADD: hue angle of 292.17º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6ADD is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206106221-
CMYK0.070.5200.13
HSL292.17º62.84%64.12%-
HSV(B)292.17º52.04%86.67%-
XYZ43.6628.6571.64-
YUV149.01168.63168.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 106 (41.80% from 255) = 19.89%
BLUE value IS 221 (86.72% from 255) = 41.46%
R=38.65%
G=19.89%
B=41.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061062210.070.5200.13292.1762.8464.12
HexCE6ADD7340D1243f40
Octal31615233576401544477100
Binary11001110110101011011101111110100011011001001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6ADD; }

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

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

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

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

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

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

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

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