Html Css Color HEX #C44EDA Medium Orchid

📋 copy color: '#C44EDA'

red 196 ◦ green 78 ◦ blue 218

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

Shades of Medium Orchid #C44EDA

Tints of Medium Orchid #C44EDA

RGB

 RED value IS 196 (76.95% from 255) = 39.84%

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

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

R = 39.84%
G = 15.85%
B = 44.31%

CMYK

 C value IS 0.10

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C44EDA (or 0xC44EDA) is known color: Medium Orchid. HEX triplet: C4, 4E and DA. RGB value is (196,78,218). Sum of RGB (Red+Green+Blue) = 196+78+218=492 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.84% from 492); Green value is 78 (30.86% from 255 or 15.85% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #C44EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44EDA is #3BB125. Grayscale: #808080. Windows color (decimal): -3911974 or 14307012. OLE color: 14307012.

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

Color convert

RGB 196 78 218 -
CMYK 0.10 0.64 0 0.15
HSL 290.57º 0.65% 0.58% -
HSV(B) 290.57º 0.64% 0.85% -
XYZ 38.14 22.25 68.61 -
YUV 129.24 178.09 175.62 -
System Red Green Blue C M Y K H S L
Decimal 196 78 218 0.10 0.64 0 0.15 290.57 0.65 0.58
Hex C4 4E DA A 40 0 F 123 41 3A
Octal 304 116 332 12 100 0 17 443 101 72
Binary 11000100 1001110 11011010 1010 1000000 0 1111 100100011 1000001 111010

Color Harmonies of #C44EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44EDA

Black with #C44EDA

Text Example


Text Example

White with #C44EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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