Html Css Color HEX #C13FEC Medium Orchid

📋 copy color: '#C13FEC'

red 193 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #C13FEC

Tints of Medium Orchid #C13FEC

RGB

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

 GREEN value IS 63 (25% from 255) = 12.8%

 BLUE value IS 236 (92.58% from 255) = 47.97%

R = 39.23%
G = 12.8%
B = 47.97%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C13FEC (or 0xC13FEC) is known color: Medium Orchid. HEX triplet: C1, 3F and EC. RGB value is (193,63,236). Sum of RGB (Red+Green+Blue) = 193+63+236=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 63 (25% from 255 or 12.80% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 236 - color contains mainly: blue. Hex color #C13FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FEC is #3EC013. Grayscale: #797979. Windows color (decimal): -4112404 or 15482817. OLE color: 15482817.

HSL color Cylindrical-coordinate representation of color #C13FEC: hue angle of 285.09º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13FEC is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 63 236 -
CMYK 0.18 0.73 0 0.07
HSL 285.09º 0.82% 0.59% -
HSV(B) 285.09º 0.73% 0.93% -
XYZ 38.91 20.95 81.35 -
YUV 121.59 192.57 178.93 -
System Red Green Blue C M Y K H S L
Decimal 193 63 236 0.18 0.73 0 0.07 285.09 0.82 0.59
Hex C1 3F EC 12 49 0 7 11D 52 3B
Octal 301 77 354 22 111 0 7 435 122 73
Binary 11000001 111111 11101100 10010 1001001 0 111 100011101 1010010 111011

Color Harmonies of #C13FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FEC

Black with #C13FEC

Text Example


Text Example

White with #C13FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FEC; }

 p { color: rgb(193,63,236); }

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

background-color css

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

 a { background-color: rgb(193,63,236); }

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

border-color css

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

 span { border-color: rgb(193,63,236); }

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