Html Css Color HEX #C04EDA Medium Orchid

📋 copy color: '#C04EDA'

red 192 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #C04EDA

Tints of Medium Orchid #C04EDA

RGB

 RED value IS 192 (75.39% from 255) = 39.34%

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

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

R = 39.34%
G = 15.98%
B = 44.67%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C04EDA (or 0xC04EDA) is known color: Medium Orchid. HEX triplet: C0, 4E and DA. RGB value is (192,78,218). Sum of RGB (Red+Green+Blue) = 192+78+218=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 78 (30.86% from 255 or 15.98% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #C04EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04EDA is #3FB125. Grayscale: #7F7F7F. Windows color (decimal): -4174118 or 14307008. OLE color: 14307008.

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

Color convert

RGB 192 78 218 -
CMYK 0.12 0.64 0 0.15
HSL 288.86º 0.65% 0.58% -
HSV(B) 288.86º 0.64% 0.85% -
XYZ 37.12 21.72 68.57 -
YUV 128.05 178.77 173.62 -
System Red Green Blue C M Y K H S L
Decimal 192 78 218 0.12 0.64 0 0.15 288.86 0.65 0.58
Hex C0 4E DA C 40 0 F 121 41 3A
Octal 300 116 332 14 100 0 17 441 101 72
Binary 11000000 1001110 11011010 1100 1000000 0 1111 100100001 1000001 111010

Color Harmonies of #C04EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04EDA

Black with #C04EDA

Text Example


Text Example

White with #C04EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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