Html Css Color HEX #C44FDD Medium Orchid

📋 copy color: '#C44FDD'

red 196 ◦ green 79 ◦ blue 221

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

Shades of Medium Orchid #C44FDD

Tints of Medium Orchid #C44FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.93%

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

R = 39.52%
G = 15.93%
B = 44.56%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C44FDD (or 0xC44FDD) is known color: Medium Orchid. HEX triplet: C4, 4F and DD. RGB value is (196,79,221). Sum of RGB (Red+Green+Blue) = 196+79+221=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 79 (31.25% from 255 or 15.93% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #C44FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C44FDD is #3BB022. Grayscale: #818181. Windows color (decimal): -3911715 or 14503876. OLE color: 14503876.

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

Color convert

RGB 196 79 221 -
CMYK 0.11 0.64 0 0.13
HSL 289.44º 0.68% 0.59% -
HSV(B) 289.44º 0.64% 0.87% -
XYZ 38.61 22.55 70.72 -
YUV 130.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 196 79 221 0.11 0.64 0 0.13 289.44 0.68 0.59
Hex C4 4F DD B 40 0 D 121 44 3B
Octal 304 117 335 13 100 0 15 441 104 73
Binary 11000100 1001111 11011101 1011 1000000 0 1101 100100001 1000100 111011

Color Harmonies of #C44FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44FDD

Black with #C44FDD

Text Example


Text Example

White with #C44FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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