#C64DF9

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

Shades of Medium Orchid #C64DF9

Tints of Medium Orchid #C64DF9

Color information

#C64DF9 (or 0xC64DF9) is unknown color: approx Medium Orchid. HEX triplet: C6, 4D and F9. RGB value is (198,77,249). Sum of RGB (Red+Green+Blue) = 198+77+249=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 77 (30.47% from 255 or 14.69% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #C64DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DF9 is #39B206. Grayscale: #848484. Windows color (decimal): -3781127 or 16338374. OLE color: 16338374.

HSL color Cylindrical-coordinate representation of color #C64DF9: hue angle of 282.21º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C64DF9 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19877249-
CMYK0.200.6900.02
HSL282.21º93.48%63.92%-
HSV(B)282.21º69.08%97.65%-
XYZ43.0424.1592.02-
YUV132.79193.59174.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.79%
GREEN value IS 77 (30.47% from 255) = 14.69%
BLUE value IS 249 (97.66% from 255) = 47.52%
R=37.79%
G=14.69%
B=47.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal198772490.200.6900.02282.2193.4863.92
HexC64DF914450211a5d40
Octal3061153712410502432135100
Binary1100011010011011111100110100100010101010001101010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64DF9; }

 p { color: rgb(198,77,249); }

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

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

 a { background-color: rgb(198,77,249); }

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

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

 span { border-color: rgb(198,77,249); }

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