Html Css Color HEX #C449E0 Medium Orchid

📋 copy color: '#C449E0'

red 196 ◦ green 73 ◦ blue 224

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

Shades of Medium Orchid #C449E0

Tints of Medium Orchid #C449E0

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.81%

 BLUE value IS 224 (87.89% from 255) = 45.44%

R = 39.76%
G = 14.81%
B = 45.44%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C449E0 (or 0xC449E0) is known color: Medium Orchid. HEX triplet: C4, 49 and E0. RGB value is (196,73,224). Sum of RGB (Red+Green+Blue) = 196+73+224=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 224 (87.89% from 255 or 45.44% from 493); Max value from RGB is 224 - color contains mainly: blue. Hex color #C449E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C449E0 is #3BB61F. Grayscale: #7E7E7E. Windows color (decimal): -3913248 or 14698948. OLE color: 14698948.

HSL color Cylindrical-coordinate representation of color #C449E0: hue angle of 288.87º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C449E0 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 73 224 -
CMYK 0.12 0.67 0 0.12
HSL 288.87º 0.71% 0.58% -
HSV(B) 288.87º 0.67% 0.88% -
XYZ 38.6 21.88 72.71 -
YUV 126.99 182.75 177.22 -
System Red Green Blue C M Y K H S L
Decimal 196 73 224 0.12 0.67 0 0.12 288.87 0.71 0.58
Hex C4 49 E0 C 43 0 C 121 47 3A
Octal 304 111 340 14 103 0 14 441 107 72
Binary 11000100 1001001 11100000 1100 1000011 0 1100 100100001 1000111 111010

Color Harmonies of #C449E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449E0

Black with #C449E0

Text Example


Text Example

White with #C449E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449E0; }

 p { color: rgb(196,73,224); }

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

background-color css

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

 a { background-color: rgb(196,73,224); }

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

border-color css

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

 span { border-color: rgb(196,73,224); }

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