Html Css Color HEX #C448DF Medium Orchid

📋 copy color: '#C448DF'

red 196 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #C448DF

Tints of Medium Orchid #C448DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.42%

R = 39.92%
G = 14.66%
B = 45.42%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C448DF (or 0xC448DF) is known color: Medium Orchid. HEX triplet: C4, 48 and DF. RGB value is (196,72,223). Sum of RGB (Red+Green+Blue) = 196+72+223=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 72 (28.52% from 255 or 14.66% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #C448DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448DF is #3BB720. Grayscale: #7D7D7D. Windows color (decimal): -3913505 or 14633156. OLE color: 14633156.

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

Color convert

RGB 196 72 223 -
CMYK 0.12 0.68 0 0.13
HSL 289.27º 0.7% 0.58% -
HSV(B) 289.27º 0.68% 0.87% -
XYZ 38.4 21.7 71.98 -
YUV 126.29 182.58 177.72 -
System Red Green Blue C M Y K H S L
Decimal 196 72 223 0.12 0.68 0 0.13 289.27 0.7 0.58
Hex C4 48 DF C 44 0 D 121 46 3A
Octal 304 110 337 14 104 0 15 441 106 72
Binary 11000100 1001000 11011111 1100 1000100 0 1101 100100001 1000110 111010

Color Harmonies of #C448DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448DF

Black with #C448DF

Text Example


Text Example

White with #C448DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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