Html Css Color HEX #C44AD2 Medium Orchid

📋 copy color: '#C44AD2'

red 196 ◦ green 74 ◦ blue 210

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

Shades of Medium Orchid #C44AD2

Tints of Medium Orchid #C44AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.75%

R = 40.83%
G = 15.42%
B = 43.75%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C44AD2 (or 0xC44AD2) is known color: Medium Orchid. HEX triplet: C4, 4A and D2. RGB value is (196,74,210). Sum of RGB (Red+Green+Blue) = 196+74+210=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 74 (29.30% from 255 or 15.42% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #C44AD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44AD2 is #3BB52D. Grayscale: #7D7D7D. Windows color (decimal): -3913006 or 13781700. OLE color: 13781700.

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

Color convert

RGB 196 74 210 -
CMYK 0.07 0.65 0 0.18
HSL 293.82º 0.6% 0.56% -
HSV(B) 293.82º 0.65% 0.82% -
XYZ 36.85 21.29 63.14 -
YUV 125.98 175.42 177.94 -
System Red Green Blue C M Y K H S L
Decimal 196 74 210 0.07 0.65 0 0.18 293.82 0.6 0.56
Hex C4 4A D2 7 41 0 12 126 3C 38
Octal 304 112 322 7 101 0 22 446 74 70
Binary 11000100 1001010 11010010 111 1000001 0 10010 100100110 111100 111000

Color Harmonies of #C44AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44AD2

Black with #C44AD2

Text Example


Text Example

White with #C44AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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