Html Css Color HEX #C44ED5 Medium Orchid

📋 copy color: '#C44ED5'

red 196 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #C44ED5

Tints of Medium Orchid #C44ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.74%

R = 40.25%
G = 16.02%
B = 43.74%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C44ED5 (or 0xC44ED5) is known color: Medium Orchid. HEX triplet: C4, 4E and D5. RGB value is (196,78,213). Sum of RGB (Red+Green+Blue) = 196+78+213=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 78 (30.86% from 255 or 16.02% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #C44ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44ED5 is #3BB12A. Grayscale: #808080. Windows color (decimal): -3911979 or 13979332. OLE color: 13979332.

HSL color Cylindrical-coordinate representation of color #C44ED5: hue angle of 292.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44ED5 is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 196 78 213 -
CMYK 0.08 0.63 0 0.16
HSL 292.44º 0.62% 0.57% -
HSV(B) 292.44º 0.63% 0.84% -
XYZ 37.5 21.99 65.22 -
YUV 128.67 175.59 176.02 -
System Red Green Blue C M Y K H S L
Decimal 196 78 213 0.08 0.63 0 0.16 292.44 0.62 0.57
Hex C4 4E D5 8 3F 0 10 124 3E 39
Octal 304 116 325 10 77 0 20 444 76 71
Binary 11000100 1001110 11010101 1000 111111 0 10000 100100100 111110 111001

Color Harmonies of #C44ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44ED5

Black with #C44ED5

Text Example


Text Example

White with #C44ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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