Html Css Color HEX #C449DC Medium Orchid

📋 copy color: '#C449DC'

red 196 ◦ green 73 ◦ blue 220

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

Shades of Medium Orchid #C449DC

Tints of Medium Orchid #C449DC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.93%

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

R = 40.08%
G = 14.93%
B = 44.99%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C449DC (or 0xC449DC) is known color: Medium Orchid. HEX triplet: C4, 49 and DC. RGB value is (196,73,220). Sum of RGB (Red+Green+Blue) = 196+73+220=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #C449DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449DC is #3BB623. Grayscale: #7E7E7E. Windows color (decimal): -3913252 or 14436804. OLE color: 14436804.

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

Color convert

RGB 196 73 220 -
CMYK 0.11 0.67 0 0.14
HSL 290.2º 0.68% 0.57% -
HSV(B) 290.2º 0.67% 0.86% -
XYZ 38.07 21.67 69.89 -
YUV 126.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 196 73 220 0.11 0.67 0 0.14 290.2 0.68 0.57
Hex C4 49 DC B 43 0 E 122 44 39
Octal 304 111 334 13 103 0 16 442 104 71
Binary 11000100 1001001 11011100 1011 1000011 0 1110 100100010 1000100 111001

Color Harmonies of #C449DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449DC

Black with #C449DC

Text Example


Text Example

White with #C449DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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