Html Css Color HEX #C64EDA Medium Orchid

📋 copy color: '#C64EDA'

red 198 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #C64EDA

Tints of Medium Orchid #C64EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.13%

R = 40.08%
G = 15.79%
B = 44.13%

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

#C64EDA (or 0xC64EDA) is known color: Medium Orchid. HEX triplet: C6, 4E and DA. RGB value is (198,78,218). Sum of RGB (Red+Green+Blue) = 198+78+218=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 78 (30.86% from 255 or 15.79% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #C64EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C64EDA is #39B125. Grayscale: #818181. Windows color (decimal): -3780902 or 14307014. OLE color: 14307014.

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

Color convert

RGB 198 78 218 -
CMYK 0.09 0.64 0 0.15
HSL 291.43º 0.65% 0.58% -
HSV(B) 291.43º 0.64% 0.85% -
XYZ 38.67 22.52 68.64 -
YUV 129.84 177.76 176.62 -
System Red Green Blue C M Y K H S L
Decimal 198 78 218 0.09 0.64 0 0.15 291.43 0.65 0.58
Hex C6 4E DA 9 40 0 F 123 41 3A
Octal 306 116 332 11 100 0 17 443 101 72
Binary 11000110 1001110 11011010 1001 1000000 0 1111 100100011 1000001 111010

Color Harmonies of #C64EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C64EDA

Black with #C64EDA

Text Example


Text Example

White with #C64EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C64EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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