#C64EF4

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

Shades of Medium Orchid #C64EF4

Tints of Medium Orchid #C64EF4

Color information

#C64EF4 (or 0xC64EF4) is unknown color: approx Medium Orchid. HEX triplet: C6, 4E and F4. RGB value is (198,78,244). Sum of RGB (Red+Green+Blue) = 198+78+244=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 78 (30.86% from 255 or 15% from 520); Blue value is 244 (95.70% from 255 or 46.92% from 520); Max value from RGB is 244 - color contains mainly: blue. Hex color #C64EF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64EF4 is #39B10B. Grayscale: #848484. Windows color (decimal): -3780876 or 16010950. OLE color: 16010950.

HSL color Cylindrical-coordinate representation of color #C64EF4: hue angle of 283.37º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64EF4 is Cyan = 0.19, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19878244-
CMYK0.190.6800.04
HSL283.37º88.3%63.14%-
HSV(B)283.37º68.03%95.69%-
XYZ42.3423.9987.99-
YUV132.8190.76174.5-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 38.08%
GREEN value IS 78 (30.86% from 255) = 15%
BLUE value IS 244 (95.70% from 255) = 46.92%
R=38.08%
G=15%
B=46.92%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal198782440.190.6800.04283.3788.363.14
HexC64EF413440411b583f
Octal306116364231040443313077
Binary1100011010011101111010010011100010001001000110111011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64EF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64EF4; }

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

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

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

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

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

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

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

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