Html Css Color HEX #C449FC Medium Orchid

📋 copy color: '#C449FC'

red 196 ◦ green 73 ◦ blue 252

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

Shades of Medium Orchid #C449FC

Tints of Medium Orchid #C449FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.37%

R = 37.62%
G = 14.01%
B = 48.37%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C449FC (or 0xC449FC) is known color: Medium Orchid. HEX triplet: C4, 49 and FC. RGB value is (196,73,252). Sum of RGB (Red+Green+Blue) = 196+73+252=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 73 (28.91% from 255 or 14.01% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #C449FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C449FC is #3BB603. Grayscale: #818181. Windows color (decimal): -3913220 or 16533956. OLE color: 16533956.

HSL color Cylindrical-coordinate representation of color #C449FC: hue angle of 281.23º degrees, saturation: 0.97, 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 #C449FC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 73 252 -
CMYK 0.22 0.71 0 0.01
HSL 281.23º 0.97% 0.64% -
HSV(B) 281.23º 0.71% 0.99% -
XYZ 42.72 23.53 94.39 -
YUV 130.18 196.75 174.95 -
System Red Green Blue C M Y K H S L
Decimal 196 73 252 0.22 0.71 0 0.01 281.23 0.97 0.64
Hex C4 49 FC 16 47 0 1 119 61 40
Octal 304 111 374 26 107 0 1 431 141 100
Binary 11000100 1001001 11111100 10110 1000111 0 1 100011001 1100001 1000000

Color Harmonies of #C449FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C449FC

Black with #C449FC

Text Example


Text Example

White with #C449FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C449FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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