#C66DDA

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

Shades of Medium Orchid #C66DDA

Tints of Medium Orchid #C66DDA

Color information

#C66DDA (or 0xC66DDA) is unknown color: approx Medium Orchid. HEX triplet: C6, 6D and DA. RGB value is (198,109,218). Sum of RGB (Red+Green+Blue) = 198+109+218=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #C66DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66DDA is #399225. Grayscale: #939393. Windows color (decimal): -3772966 or 14314950. OLE color: 14314950.

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

Color convert

RGB198109218-
CMYK0.090.500.15
HSL288.99º59.56%64.12%-
HSV(B)288.99º50%85.49%-
XYZ41.4128.0169.55-
YUV148.04167.49163.64-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.71%
GREEN value IS 109 (42.97% from 255) = 20.76%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=37.71%
G=20.76%
B=41.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1981092180.090.500.15288.9959.5664.12
HexC66DDA9320F1213c40
Octal306155332116201744174100
Binary110001101101101110110101001110010011111001000011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66DDA; }

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

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

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

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

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

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

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

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