#C66ADE

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

Shades of Medium Orchid #C66ADE

Tints of Medium Orchid #C66ADE

Color information

#C66ADE (or 0xC66ADE) is unknown color: approx Medium Orchid. HEX triplet: C6, 6A and DE. RGB value is (198,106,222). Sum of RGB (Red+Green+Blue) = 198+106+222=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 106 (41.80% from 255 or 20.15% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #C66ADE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ADE is #399521. Grayscale: #929292. Windows color (decimal): -3773730 or 14576326. OLE color: 14576326.

HSL color Cylindrical-coordinate representation of color #C66ADE: hue angle of 287.59º degrees, saturation: 0.64, 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 #C66ADE is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB198106222-
CMYK0.110.5200.13
HSL287.59º63.74%64.31%-
HSV(B)287.59º52.25%87.06%-
XYZ41.6327.5972.24-
YUV146.73170.48164.57-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.64%
GREEN value IS 106 (41.80% from 255) = 20.15%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=37.64%
G=20.15%
B=42.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1981062220.110.5200.13287.5963.7464.31
HexC66ADEB340D1204040
Octal3061523361364015440100100
Binary1100011011010101101111010111101000110110010000010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66ADE; }

 p { color: rgb(198,106,222); }

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

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

 a { background-color: rgb(198,106,222); }

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

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

 span { border-color: rgb(198,106,222); }

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