#C66ADA

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

Shades of Medium Orchid #C66ADA

Tints of Medium Orchid #C66ADA

Color information

#C66ADA (or 0xC66ADA) is unknown color: approx Medium Orchid. HEX triplet: C6, 6A and DA. RGB value is (198,106,218). Sum of RGB (Red+Green+Blue) = 198+106+218=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #C66ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66ADA is #399525. Grayscale: #919191. Windows color (decimal): -3773734 or 14314182. OLE color: 14314182.

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

Color convert

RGB198106218-
CMYK0.090.5100.15
HSL289.29º60.22%63.53%-
HSV(B)289.29º51.38%85.49%-
XYZ41.127.3869.45-
YUV146.28168.48164.89-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.93%
GREEN value IS 106 (41.80% from 255) = 20.31%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=37.93%
G=20.31%
B=41.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981062180.090.5100.15289.2960.2263.53
HexC66ADA9330F1213c40
Octal306152332116301744174100
Binary110001101101010110110101001110011011111001000011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66ADA; }

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

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

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

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

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

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

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

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