Html Css Color HEX #C449FD Medium Orchid

📋 copy color: '#C449FD'

red 196 ◦ green 73 ◦ blue 253

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

Shades of Medium Orchid #C449FD

Tints of Medium Orchid #C449FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 37.55%
G = 13.98%
B = 48.47%

CMYK

 C value IS 0.23

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C449FD (or 0xC449FD) is known color: Medium Orchid. HEX triplet: C4, 49 and FD. RGB value is (196,73,253). Sum of RGB (Red+Green+Blue) = 196+73+253=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 73 (28.91% from 255 or 13.98% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #C449FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C449FD is #3BB602. Grayscale: #818181. Windows color (decimal): -3913219 or 16599492. OLE color: 16599492.

HSL color Cylindrical-coordinate representation of color #C449FD: hue angle of 281º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C449FD is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 73 253 -
CMYK 0.23 0.71 0 0.01
HSL 281º 0.98% 0.64% -
HSV(B) 281º 0.71% 0.99% -
XYZ 42.88 23.59 95.22 -
YUV 130.3 197.25 174.86 -
System Red Green Blue C M Y K H S L
Decimal 196 73 253 0.23 0.71 0 0.01 281 0.98 0.64
Hex C4 49 FD 17 47 0 1 119 62 40
Octal 304 111 375 27 107 0 1 431 142 100
Binary 11000100 1001001 11111101 10111 1000111 0 1 100011001 1100010 1000000

Color Harmonies of #C449FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449FD

Black with #C449FD

Text Example


Text Example

White with #C449FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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