#C64ED1

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

Shades of Medium Orchid #C64ED1

Tints of Medium Orchid #C64ED1

Color information

#C64ED1 (or 0xC64ED1) is unknown color: approx Medium Orchid. HEX triplet: C6, 4E and D1. RGB value is (198,78,209). Sum of RGB (Red+Green+Blue) = 198+78+209=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #C64ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64ED1 is #39B12E. Grayscale: #808080. Windows color (decimal): -3780911 or 13717190. OLE color: 13717190.

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

Color convert

RGB19878209-
CMYK0.050.6300.18
HSL294.96º58.74%56.27%-
HSV(B)294.96º62.68%81.96%-
XYZ37.5222.0662.6-
YUV128.81173.26177.35-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 78 (30.86% from 255) = 16.08%
BLUE value IS 209 (82.03% from 255) = 43.09%
R=40.82%
G=16.08%
B=43.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal198782090.050.6300.18294.9658.7456.27
HexC64ED153F0121273b38
Octal3061163215770224477370
Binary11000110100111011010001101111111010010100100111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64ED1; }

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

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

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

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

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

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

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

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