Html Css Color HEX #C448F4 Medium Orchid

📋 copy color: '#C448F4'

red 196 ◦ green 72 ◦ blue 244

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

Shades of Medium Orchid #C448F4

Tints of Medium Orchid #C448F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.66%

R = 38.28%
G = 14.06%
B = 47.66%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C448F4 (or 0xC448F4) is known color: Medium Orchid. HEX triplet: C4, 48 and F4. RGB value is (196,72,244). Sum of RGB (Red+Green+Blue) = 196+72+244=512 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.28% from 512); Green value is 72 (28.52% from 255 or 14.06% from 512); Blue value is 244 (95.70% from 255 or 47.66% from 512); Max value from RGB is 244 - color contains mainly: blue. Hex color #C448F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448F4 is #3BB70B. Grayscale: #808080. Windows color (decimal): -3913484 or 16009412. OLE color: 16009412.

HSL color Cylindrical-coordinate representation of color #C448F4: hue angle of 283.26º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C448F4 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 72 244 -
CMYK 0.20 0.70 0 0.04
HSL 283.26º 0.89% 0.62% -
HSV(B) 283.26º 0.7% 0.96% -
XYZ 41.41 22.9 87.83 -
YUV 128.68 193.08 176.01 -
System Red Green Blue C M Y K H S L
Decimal 196 72 244 0.20 0.70 0 0.04 283.26 0.89 0.62
Hex C4 48 F4 14 46 0 4 11B 59 3E
Octal 304 110 364 24 106 0 4 433 131 76
Binary 11000100 1001000 11110100 10100 1000110 0 100 100011011 1011001 111110

Color Harmonies of #C448F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448F4

Black with #C448F4

Text Example


Text Example

White with #C448F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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