Html Css Color HEX #C64FD9 Medium Orchid

📋 copy color: '#C64FD9'

red 198 ◦ green 79 ◦ blue 217

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

Shades of Medium Orchid #C64FD9

Tints of Medium Orchid #C64FD9

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.99%

 BLUE value IS 217 (85.16% from 255) = 43.93%

R = 40.08%
G = 15.99%
B = 43.93%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C64FD9 (or 0xC64FD9) is known color: Medium Orchid. HEX triplet: C6, 4F and D9. RGB value is (198,79,217). Sum of RGB (Red+Green+Blue) = 198+79+217=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 79 (31.25% from 255 or 15.99% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #C64FD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64FD9 is #39B026. Grayscale: #818181. Windows color (decimal): -3780647 or 14241734. OLE color: 14241734.

HSL color Cylindrical-coordinate representation of color #C64FD9: hue angle of 291.74º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64FD9 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 79 217 -
CMYK 0.09 0.64 0 0.15
HSL 291.74º 0.64% 0.58% -
HSV(B) 291.74º 0.64% 0.85% -
XYZ 38.61 22.61 67.97 -
YUV 130.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 198 79 217 0.09 0.64 0 0.15 291.74 0.64 0.58
Hex C6 4F D9 9 40 0 F 124 40 3A
Octal 306 117 331 11 100 0 17 444 100 72
Binary 11000110 1001111 11011001 1001 1000000 0 1111 100100100 1000000 111010

Color Harmonies of #C64FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64FD9

Black with #C64FD9

Text Example


Text Example

White with #C64FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64FD9; }

 p { color: rgb(198,79,217); }

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

background-color css

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

 a { background-color: rgb(198,79,217); }

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

border-color css

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

 span { border-color: rgb(198,79,217); }

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