Html Css Color HEX #C44AE3 Medium Orchid

📋 copy color: '#C44AE3'

red 196 ◦ green 74 ◦ blue 227

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

Shades of Medium Orchid #C44AE3

Tints of Medium Orchid #C44AE3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.89%

 BLUE value IS 227 (89.06% from 255) = 45.67%

R = 39.44%
G = 14.89%
B = 45.67%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C44AE3 (or 0xC44AE3) is known color: Medium Orchid. HEX triplet: C4, 4A and E3. RGB value is (196,74,227). Sum of RGB (Red+Green+Blue) = 196+74+227=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 227 (89.06% from 255 or 45.67% from 497); Max value from RGB is 227 - color contains mainly: blue. Hex color #C44AE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44AE3 is #3BB51C. Grayscale: #7F7F7F. Windows color (decimal): -3912989 or 14895812. OLE color: 14895812.

HSL color Cylindrical-coordinate representation of color #C44AE3: hue angle of 287.84º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44AE3 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 196 74 227 -
CMYK 0.14 0.67 0 0.11
HSL 287.84º 0.73% 0.59% -
HSV(B) 287.84º 0.67% 0.89% -
XYZ 39.08 22.18 74.89 -
YUV 127.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 196 74 227 0.14 0.67 0 0.11 287.84 0.73 0.59
Hex C4 4A E3 E 43 0 B 120 49 3B
Octal 304 112 343 16 103 0 13 440 111 73
Binary 11000100 1001010 11100011 1110 1000011 0 1011 100100000 1001001 111011

Color Harmonies of #C44AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44AE3

Black with #C44AE3

Text Example


Text Example

White with #C44AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44AE3; }

 p { color: rgb(196,74,227); }

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

background-color css

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

 a { background-color: rgb(196,74,227); }

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

border-color css

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

 span { border-color: rgb(196,74,227); }

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