Html Css Color HEX #C448D9 Medium Orchid

📋 copy color: '#C448D9'

red 196 ◦ green 72 ◦ blue 217

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

Shades of Medium Orchid #C448D9

Tints of Medium Orchid #C448D9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.85%

 BLUE value IS 217 (85.16% from 255) = 44.74%

R = 40.41%
G = 14.85%
B = 44.74%

CMYK

 C value IS 0.10

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C448D9 (or 0xC448D9) is known color: Medium Orchid. HEX triplet: C4, 48 and D9. RGB value is (196,72,217). Sum of RGB (Red+Green+Blue) = 196+72+217=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 72 (28.52% from 255 or 14.85% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #C448D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448D9 is #3BB726. Grayscale: #7D7D7D. Windows color (decimal): -3913511 or 14239940. OLE color: 14239940.

HSL color Cylindrical-coordinate representation of color #C448D9: hue angle of 291.31º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C448D9 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 196 72 217 -
CMYK 0.10 0.67 0 0.15
HSL 291.31º 0.66% 0.57% -
HSV(B) 291.31º 0.67% 0.85% -
XYZ 37.61 21.38 67.79 -
YUV 125.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 196 72 217 0.10 0.67 0 0.15 291.31 0.66 0.57
Hex C4 48 D9 A 43 0 F 123 42 39
Octal 304 110 331 12 103 0 17 443 102 71
Binary 11000100 1001000 11011001 1010 1000011 0 1111 100100011 1000010 111001

Color Harmonies of #C448D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448D9

Black with #C448D9

Text Example


Text Example

White with #C448D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448D9; }

 p { color: rgb(196,72,217); }

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

background-color css

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

 a { background-color: rgb(196,72,217); }

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

border-color css

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

 span { border-color: rgb(196,72,217); }

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