Html Css Color HEX #C13CF4 Medium Orchid

📋 copy color: '#C13CF4'

red 193 ◦ green 60 ◦ blue 244

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

Shades of Medium Orchid #C13CF4

Tints of Medium Orchid #C13CF4

RGB

 RED value IS 193 (75.78% from 255) = 38.83%

 GREEN value IS 60 (23.83% from 255) = 12.07%

 BLUE value IS 244 (95.7% from 255) = 49.09%

R = 38.83%
G = 12.07%
B = 49.09%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C13CF4 (or 0xC13CF4) is known color: Medium Orchid. HEX triplet: C1, 3C and F4. RGB value is (193,60,244). Sum of RGB (Red+Green+Blue) = 193+60+244=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 60 (23.83% from 255 or 12.07% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 244 - color contains mainly: blue. Hex color #C13CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CF4 is #3EC30B. Grayscale: #787878. Windows color (decimal): -4113164 or 16006337. OLE color: 16006337.

HSL color Cylindrical-coordinate representation of color #C13CF4: hue angle of 283.37º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C13CF4 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 193 60 244 -
CMYK 0.21 0.75 0 0.04
HSL 283.37º 0.89% 0.6% -
HSV(B) 283.37º 0.75% 0.96% -
XYZ 39.94 21.1 87.56 -
YUV 120.74 197.56 179.54 -
System Red Green Blue C M Y K H S L
Decimal 193 60 244 0.21 0.75 0 0.04 283.37 0.89 0.6
Hex C1 3C F4 15 4B 0 4 11B 59 3C
Octal 301 74 364 25 113 0 4 433 131 74
Binary 11000001 111100 11110100 10101 1001011 0 100 100011011 1011001 111100

Color Harmonies of #C13CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CF4

Black with #C13CF4

Text Example


Text Example

White with #C13CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CF4; }

 p { color: rgb(193,60,244); }

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

background-color css

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

 a { background-color: rgb(193,60,244); }

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

border-color css

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

 span { border-color: rgb(193,60,244); }

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