Html Css Color HEX #C44CF3 Medium Orchid

📋 copy color: '#C44CF3'

red 196 ◦ green 76 ◦ blue 243

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

Shades of Medium Orchid #C44CF3

Tints of Medium Orchid #C44CF3

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.76%

 BLUE value IS 243 (95.31% from 255) = 47.18%

R = 38.06%
G = 14.76%
B = 47.18%

CMYK

 C value IS 0.19

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C44CF3 (or 0xC44CF3) is known color: Medium Orchid. HEX triplet: C4, 4C and F3. RGB value is (196,76,243). Sum of RGB (Red+Green+Blue) = 196+76+243=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 243 (95.31% from 255 or 47.18% from 515); Max value from RGB is 243 - color contains mainly: blue. Hex color #C44CF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C44CF3 is #3BB30C. Grayscale: #828282. Windows color (decimal): -3912461 or 15944900. OLE color: 15944900.

HSL color Cylindrical-coordinate representation of color #C44CF3: hue angle of 283.11º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C44CF3 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 76 243 -
CMYK 0.19 0.69 0 0.05
HSL 283.11º 0.87% 0.63% -
HSV(B) 283.11º 0.69% 0.95% -
XYZ 41.53 23.38 87.12 -
YUV 130.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 196 76 243 0.19 0.69 0 0.05 283.11 0.87 0.63
Hex C4 4C F3 13 45 0 5 11B 57 3F
Octal 304 114 363 23 105 0 5 433 127 77
Binary 11000100 1001100 11110011 10011 1000101 0 101 100011011 1010111 111111

Color Harmonies of #C44CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44CF3

Black with #C44CF3

Text Example


Text Example

White with #C44CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44CF3; }

 p { color: rgb(196,76,243); }

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

background-color css

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

 a { background-color: rgb(196,76,243); }

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

border-color css

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

 span { border-color: rgb(196,76,243); }

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