Html Css Color HEX #C448E9 Medium Orchid

📋 copy color: '#C448E9'

red 196 ◦ green 72 ◦ blue 233

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

Shades of Medium Orchid #C448E9

Tints of Medium Orchid #C448E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 46.51%

R = 39.12%
G = 14.37%
B = 46.51%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C448E9 (or 0xC448E9) is known color: Medium Orchid. HEX triplet: C4, 48 and E9. RGB value is (196,72,233). Sum of RGB (Red+Green+Blue) = 196+72+233=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 233 (91.41% from 255 or 46.51% from 501); Max value from RGB is 233 - color contains mainly: blue. Hex color #C448E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448E9 is #3BB716. Grayscale: #7E7E7E. Windows color (decimal): -3913495 or 15288516. OLE color: 15288516.

HSL color Cylindrical-coordinate representation of color #C448E9: hue angle of 286.21º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C448E9 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 72 233 -
CMYK 0.16 0.69 0 0.09
HSL 286.21º 0.79% 0.6% -
HSV(B) 286.21º 0.69% 0.91% -
XYZ 39.79 22.25 79.29 -
YUV 127.43 187.58 176.91 -
System Red Green Blue C M Y K H S L
Decimal 196 72 233 0.16 0.69 0 0.09 286.21 0.79 0.6
Hex C4 48 E9 10 45 0 9 11E 4F 3C
Octal 304 110 351 20 105 0 11 436 117 74
Binary 11000100 1001000 11101001 10000 1000101 0 1001 100011110 1001111 111100

Color Harmonies of #C448E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448E9

Black with #C448E9

Text Example


Text Example

White with #C448E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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