Html Css Color HEX #C448DB Medium Orchid

📋 copy color: '#C448DB'

red 196 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #C448DB

Tints of Medium Orchid #C448DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 40.25%
G = 14.78%
B = 44.97%

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

#C448DB (or 0xC448DB) is known color: Medium Orchid. HEX triplet: C4, 48 and DB. RGB value is (196,72,219). Sum of RGB (Red+Green+Blue) = 196+72+219=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #C448DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C448DB is #3BB724. Grayscale: #7D7D7D. Windows color (decimal): -3913509 or 14371012. OLE color: 14371012.

HSL color Cylindrical-coordinate representation of color #C448DB: hue angle of 290.61º degrees, saturation: 0.67, 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 #C448DB is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 72 219 -
CMYK 0.11 0.67 0 0.14
HSL 290.61º 0.67% 0.57% -
HSV(B) 290.61º 0.67% 0.86% -
XYZ 37.87 21.48 69.17 -
YUV 125.83 180.58 178.05 -
System Red Green Blue C M Y K H S L
Decimal 196 72 219 0.11 0.67 0 0.14 290.61 0.67 0.57
Hex C4 48 DB B 43 0 E 123 43 39
Octal 304 110 333 13 103 0 16 443 103 71
Binary 11000100 1001000 11011011 1011 1000011 0 1110 100100011 1000011 111001

Color Harmonies of #C448DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448DB

Black with #C448DB

Text Example


Text Example

White with #C448DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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