Html Css Color HEX #C44ED0 Medium Orchid

📋 copy color: '#C44ED0'

red 196 ◦ green 78 ◦ blue 208

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

Shades of Medium Orchid #C44ED0

Tints of Medium Orchid #C44ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.15%

R = 40.66%
G = 16.18%
B = 43.15%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C44ED0 (or 0xC44ED0) is known color: Medium Orchid. HEX triplet: C4, 4E and D0. RGB value is (196,78,208). Sum of RGB (Red+Green+Blue) = 196+78+208=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 208 (81.64% from 255 or 43.15% from 482); Max value from RGB is 208 - color contains mainly: blue. Hex color #C44ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44ED0 is #3BB12F. Grayscale: #7F7F7F. Windows color (decimal): -3911984 or 13651652. OLE color: 13651652.

HSL color Cylindrical-coordinate representation of color #C44ED0: hue angle of 294.46º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44ED0 is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 196 78 208 -
CMYK 0.06 0.62 0 0.18
HSL 294.46º 0.58% 0.56% -
HSV(B) 294.46º 0.63% 0.82% -
XYZ 36.87 21.74 61.93 -
YUV 128.1 173.09 176.43 -
System Red Green Blue C M Y K H S L
Decimal 196 78 208 0.06 0.62 0 0.18 294.46 0.58 0.56
Hex C4 4E D0 6 3E 0 12 126 3A 38
Octal 304 116 320 6 76 0 22 446 72 70
Binary 11000100 1001110 11010000 110 111110 0 10010 100100110 111010 111000

Color Harmonies of #C44ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44ED0

Black with #C44ED0

Text Example


Text Example

White with #C44ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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