#CE6ADC

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

Shades of Orchid #CE6ADC

Tints of Orchid #CE6ADC

Color information

#CE6ADC (or 0xCE6ADC) is unknown color: approx Orchid. HEX triplet: CE, 6A and DC. RGB value is (206,106,220). Sum of RGB (Red+Green+Blue) = 206+106+220=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 106 (41.80% from 255 or 19.92% from 532); Blue value is 220 (86.33% from 255 or 41.35% from 532); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ADC is #319523. Grayscale: #949494. Windows color (decimal): -3249444 or 14445262. OLE color: 14445262.

HSL color Cylindrical-coordinate representation of color #CE6ADC: hue angle of 292.63º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6ADC is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206106220-
CMYK0.060.5200.14
HSL292.63º61.96%63.92%-
HSV(B)292.63º51.82%86.27%-
XYZ43.5328.670.94-
YUV148.9168.13168.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 106 (41.80% from 255) = 19.92%
BLUE value IS 220 (86.33% from 255) = 41.35%
R=38.72%
G=19.92%
B=41.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061062200.060.5200.14292.6361.9663.92
HexCE6ADC6340E1253e40
Octal31615233466401644576100
Binary11001110110101011011100110110100011101001001011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6ADC; }

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

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

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

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

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

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

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

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