Html Css Color HEX #C64EF4 Medium Orchid

📋 copy color: '#C64EF4'

red 198 ◦ green 78 ◦ blue 244

#C64EF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C64EF4

Tints of Medium Orchid #C64EF4

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.7% from 255) = 46.92%

R = 38.08%
G = 15%
B = 46.92%

CMYK

 C value IS 0.19

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C64EF4 (or 0xC64EF4) is known color: 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

RGB 198 78 244 -
CMYK 0.19 0.68 0 0.04
HSL 283.37º 0.88% 0.63% -
HSV(B) 283.37º 0.68% 0.96% -
XYZ 42.34 23.99 87.99 -
YUV 132.8 190.76 174.5 -
System Red Green Blue C M Y K H S L
Decimal 198 78 244 0.19 0.68 0 0.04 283.37 0.88 0.63
Hex C6 4E F4 13 44 0 4 11B 58 3F
Octal 306 116 364 23 104 0 4 433 130 77
Binary 11000110 1001110 11110100 10011 1000100 0 100 100011011 1011000 111111

Color Harmonies of #C64EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EF4

Black with #C64EF4

Text Example


Text Example

White with #C64EF4

Text Example


Text Example

HTML Codes & Css Web 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>