Html Css Color HEX #C44ADC Medium Orchid

📋 copy color: '#C44ADC'

red 196 ◦ green 74 ◦ blue 220

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

Shades of Medium Orchid #C44ADC

Tints of Medium Orchid #C44ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.9%

R = 40%
G = 15.1%
B = 44.9%

CMYK

 C value IS 0.11

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C44ADC (or 0xC44ADC) is known color: Medium Orchid. HEX triplet: C4, 4A and DC. RGB value is (196,74,220). Sum of RGB (Red+Green+Blue) = 196+74+220=490 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40% from 490); Green value is 74 (29.30% from 255 or 15.10% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #C44ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44ADC is #3BB523. Grayscale: #7E7E7E. Windows color (decimal): -3912996 or 14437060. OLE color: 14437060.

HSL color Cylindrical-coordinate representation of color #C44ADC: hue angle of 290.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44ADC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 74 220 -
CMYK 0.11 0.66 0 0.14
HSL 290.14º 0.68% 0.58% -
HSV(B) 290.14º 0.66% 0.86% -
XYZ 38.13 21.8 69.91 -
YUV 127.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 196 74 220 0.11 0.66 0 0.14 290.14 0.68 0.58
Hex C4 4A DC B 42 0 E 122 44 3A
Octal 304 112 334 13 102 0 16 442 104 72
Binary 11000100 1001010 11011100 1011 1000010 0 1110 100100010 1000100 111010

Color Harmonies of #C44ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44ADC

Black with #C44ADC

Text Example


Text Example

White with #C44ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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