Html Css Color HEX #C447DD Medium Orchid

📋 copy color: '#C447DD'

red 196 ◦ green 71 ◦ blue 221

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

Shades of Medium Orchid #C447DD

Tints of Medium Orchid #C447DD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.55%

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

R = 40.16%
G = 14.55%
B = 45.29%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C447DD (or 0xC447DD) is known color: Medium Orchid. HEX triplet: C4, 47 and DD. RGB value is (196,71,221). Sum of RGB (Red+Green+Blue) = 196+71+221=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #C447DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C447DD is #3BB822. Grayscale: #7D7D7D. Windows color (decimal): -3913763 or 14501828. OLE color: 14501828.

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

Color convert

RGB 196 71 221 -
CMYK 0.11 0.68 0 0.13
HSL 290º 0.69% 0.57% -
HSV(B) 290º 0.68% 0.87% -
XYZ 38.07 21.46 70.54 -
YUV 125.48 181.91 178.3 -
System Red Green Blue C M Y K H S L
Decimal 196 71 221 0.11 0.68 0 0.13 290 0.69 0.57
Hex C4 47 DD B 44 0 D 122 45 39
Octal 304 107 335 13 104 0 15 442 105 71
Binary 11000100 1000111 11011101 1011 1000100 0 1101 100100010 1000101 111001

Color Harmonies of #C447DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C447DD

Black with #C447DD

Text Example


Text Example

White with #C447DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C447DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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