#C660D1

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

Shades of Medium Orchid #C660D1

Tints of Medium Orchid #C660D1

Color information

#C660D1 (or 0xC660D1) is unknown color: approx Medium Orchid. HEX triplet: C6, 60 and D1. RGB value is (198,96,209). Sum of RGB (Red+Green+Blue) = 198+96+209=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 96 (37.89% from 255 or 19.09% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #C660D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660D1 is #399F2E. Grayscale: #8B8B8B. Windows color (decimal): -3776303 or 13721798. OLE color: 13721798.

HSL color Cylindrical-coordinate representation of color #C660D1: hue angle of 294.16º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C660D1 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB19896209-
CMYK0.050.5400.18
HSL294.16º55.12%59.8%-
HSV(B)294.16º54.07%81.96%-
XYZ38.9824.9763.09-
YUV139.38167.29169.81-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 96 (37.89% from 255) = 19.09%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=39.36%
G=19.09%
B=41.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198962090.050.5400.18294.1655.1259.8
HexC660D1536012126373c
Octal3061403215660224466774
Binary11000110110000011010001101110110010010100100110110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C660D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C660D1; }

 p { color: rgb(198,96,209); }

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

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

 a { background-color: rgb(198,96,209); }

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

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

 span { border-color: rgb(198,96,209); }

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