Html Css Color HEX #C64ED8 Medium Orchid

📋 copy color: '#C64ED8'

red 198 ◦ green 78 ◦ blue 216

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

Shades of Medium Orchid #C64ED8

Tints of Medium Orchid #C64ED8

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.85%

 BLUE value IS 216 (84.77% from 255) = 43.9%

R = 40.24%
G = 15.85%
B = 43.9%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C64ED8 (or 0xC64ED8) is known color: Medium Orchid. HEX triplet: C6, 4E and D8. RGB value is (198,78,216). Sum of RGB (Red+Green+Blue) = 198+78+216=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #C64ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64ED8 is #39B127. Grayscale: #818181. Windows color (decimal): -3780904 or 14175942. OLE color: 14175942.

HSL color Cylindrical-coordinate representation of color #C64ED8: hue angle of 292.17º 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 #C64ED8 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 78 216 -
CMYK 0.08 0.64 0 0.15
HSL 292.17º 0.64% 0.58% -
HSV(B) 292.17º 0.64% 0.85% -
XYZ 38.41 22.41 67.27 -
YUV 129.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 198 78 216 0.08 0.64 0 0.15 292.17 0.64 0.58
Hex C6 4E D8 8 40 0 F 124 40 3A
Octal 306 116 330 10 100 0 17 444 100 72
Binary 11000110 1001110 11011000 1000 1000000 0 1111 100100100 1000000 111010

Color Harmonies of #C64ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64ED8

Black with #C64ED8

Text Example


Text Example

White with #C64ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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