Html Css Color HEX #C44DDD Medium Orchid

📋 copy color: '#C44DDD'

red 196 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #C44DDD

Tints of Medium Orchid #C44DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.59%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 39.68%
G = 15.59%
B = 44.74%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C44DDD (or 0xC44DDD) is known color: Medium Orchid. HEX triplet: C4, 4D and DD. RGB value is (196,77,221). Sum of RGB (Red+Green+Blue) = 196+77+221=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 77 (30.47% from 255 or 15.59% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #C44DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44DDD is #3BB222. Grayscale: #808080. Windows color (decimal): -3912227 or 14503364. OLE color: 14503364.

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

Color convert

RGB 196 77 221 -
CMYK 0.11 0.65 0 0.13
HSL 289.58º 0.68% 0.58% -
HSV(B) 289.58º 0.65% 0.87% -
XYZ 38.47 22.26 70.68 -
YUV 129 179.92 175.79 -
System Red Green Blue C M Y K H S L
Decimal 196 77 221 0.11 0.65 0 0.13 289.58 0.68 0.58
Hex C4 4D DD B 41 0 D 122 44 3A
Octal 304 115 335 13 101 0 15 442 104 72
Binary 11000100 1001101 11011101 1011 1000001 0 1101 100100010 1000100 111010

Color Harmonies of #C44DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44DDD

Black with #C44DDD

Text Example


Text Example

White with #C44DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44DDD; }

 p { color: rgb(196,77,221); }

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

background-color css

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

 a { background-color: rgb(196,77,221); }

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

border-color css

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

 span { border-color: rgb(196,77,221); }

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