Html Css Color HEX #C64DF5 Medium Orchid

📋 copy color: '#C64DF5'

red 198 ◦ green 77 ◦ blue 245

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

Shades of Medium Orchid #C64DF5

Tints of Medium Orchid #C64DF5

RGB

 RED value IS 198 (77.73% from 255) = 38.08%

 GREEN value IS 77 (30.47% from 255) = 14.81%

 BLUE value IS 245 (96.09% from 255) = 47.12%

R = 38.08%
G = 14.81%
B = 47.12%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C64DF5 (or 0xC64DF5) is known color: Medium Orchid. HEX triplet: C6, 4D and F5. RGB value is (198,77,245). Sum of RGB (Red+Green+Blue) = 198+77+245=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 245 (96.09% from 255 or 47.12% from 520); Max value from RGB is 245 - color contains mainly: blue. Hex color #C64DF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C64DF5 is #39B20A. Grayscale: #838383. Windows color (decimal): -3781131 or 16076230. OLE color: 16076230.

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

Color convert

RGB 198 77 245 -
CMYK 0.19 0.69 0 0.04
HSL 283.21º 0.89% 0.63% -
HSV(B) 283.21º 0.69% 0.96% -
XYZ 42.42 23.91 88.76 -
YUV 132.33 191.59 174.84 -
System Red Green Blue C M Y K H S L
Decimal 198 77 245 0.19 0.69 0 0.04 283.21 0.89 0.63
Hex C6 4D F5 13 45 0 4 11B 59 3F
Octal 306 115 365 23 105 0 4 433 131 77
Binary 11000110 1001101 11110101 10011 1000101 0 100 100011011 1011001 111111

Color Harmonies of #C64DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64DF5

Black with #C64DF5

Text Example


Text Example

White with #C64DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64DF5; }

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

 H1.HeaderClassName
 {
   color: #C64DF5;
 }
 .AnyTagClassName
 {
   color: #C64DF5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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