#C66AE9

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

Shades of Medium Orchid #C66AE9

Tints of Medium Orchid #C66AE9

Color information

#C66AE9 (or 0xC66AE9) is unknown color: approx Medium Orchid. HEX triplet: C6, 6A and E9. RGB value is (198,106,233). Sum of RGB (Red+Green+Blue) = 198+106+233=537 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.87% from 537); Green value is 106 (41.80% from 255 or 19.74% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #C66AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C66AE9 is #399516. Grayscale: #939393. Windows color (decimal): -3773719 or 15297222. OLE color: 15297222.

HSL color Cylindrical-coordinate representation of color #C66AE9: hue angle of 283.46º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66AE9 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB198106233-
CMYK0.150.5500.09
HSL283.46º74.27%66.47%-
HSV(B)283.46º54.51%91.37%-
XYZ43.1528.280.26-
YUV147.99175.98163.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.87%
GREEN value IS 106 (41.80% from 255) = 19.74%
BLUE value IS 233 (91.41% from 255) = 43.39%
R=36.87%
G=19.74%
B=43.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1981062330.150.5500.09283.4674.2766.47
HexC66AE9F370911b4a42
Octal3061523511767011433112102
Binary1100011011010101110100111111101110100110001101110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66AE9; }

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

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

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

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

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

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

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

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