Html Css Color HEX #C448D8 Medium Orchid

📋 copy color: '#C448D8'

red 196 ◦ green 72 ◦ blue 216

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

Shades of Medium Orchid #C448D8

Tints of Medium Orchid #C448D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 44.63%

R = 40.5%
G = 14.88%
B = 44.63%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C448D8 (or 0xC448D8) is known color: Medium Orchid. HEX triplet: C4, 48 and D8. RGB value is (196,72,216). Sum of RGB (Red+Green+Blue) = 196+72+216=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 216 (84.77% from 255 or 44.63% from 484); Max value from RGB is 216 - color contains mainly: blue. Hex color #C448D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448D8 is #3BB727. Grayscale: #7D7D7D. Windows color (decimal): -3913512 or 14174404. OLE color: 14174404.

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

Color convert

RGB 196 72 216 -
CMYK 0.09 0.67 0 0.15
HSL 291.67º 0.65% 0.56% -
HSV(B) 291.67º 0.67% 0.85% -
XYZ 37.48 21.33 67.11 -
YUV 125.49 179.08 178.29 -
System Red Green Blue C M Y K H S L
Decimal 196 72 216 0.09 0.67 0 0.15 291.67 0.65 0.56
Hex C4 48 D8 9 43 0 F 124 41 38
Octal 304 110 330 11 103 0 17 444 101 70
Binary 11000100 1001000 11011000 1001 1000011 0 1111 100100100 1000001 111000

Color Harmonies of #C448D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448D8

Black with #C448D8

Text Example


Text Example

White with #C448D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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