#C64CF9

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

Shades of Medium Orchid #C64CF9

Tints of Medium Orchid #C64CF9

Color information

#C64CF9 (or 0xC64CF9) is unknown color: approx Medium Orchid. HEX triplet: C6, 4C and F9. RGB value is (198,76,249). Sum of RGB (Red+Green+Blue) = 198+76+249=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 76 (30.08% from 255 or 14.53% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #C64CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C64CF9 is #39B306. Grayscale: #838383. Windows color (decimal): -3781383 or 16338118. OLE color: 16338118.

HSL color Cylindrical-coordinate representation of color #C64CF9: hue angle of 282.31º degrees, saturation: 0.94, 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 #C64CF9 is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19876249-
CMYK0.200.6900.02
HSL282.31º93.51%63.73%-
HSV(B)282.31º69.48%97.65%-
XYZ42.9724.0191.99-
YUV132.2193.92174.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 37.86%
GREEN value IS 76 (30.08% from 255) = 14.53%
BLUE value IS 249 (97.66% from 255) = 47.61%
R=37.86%
G=14.53%
B=47.61%

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
Decimal198762490.200.6900.02282.3193.5163.73
HexC64CF914450211a5e40
Octal3061143712410502432136100
Binary1100011010011001111100110100100010101010001101010111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64CF9; }

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

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

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

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

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

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

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

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