Html Css Color HEX #C13FEB Medium Orchid

📋 copy color: '#C13FEB'

red 193 ◦ green 63 ◦ blue 235

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

Shades of Medium Orchid #C13FEB

Tints of Medium Orchid #C13FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.86%

R = 39.31%
G = 12.83%
B = 47.86%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C13FEB (or 0xC13FEB) is known color: Medium Orchid. HEX triplet: C1, 3F and EB. RGB value is (193,63,235). Sum of RGB (Red+Green+Blue) = 193+63+235=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 63 (25% from 255 or 12.83% from 491); Blue value is 235 (92.19% from 255 or 47.86% from 491); Max value from RGB is 235 - color contains mainly: blue. Hex color #C13FEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FEB is #3EC014. Grayscale: #787878. Windows color (decimal): -4112405 or 15417281. OLE color: 15417281.

HSL color Cylindrical-coordinate representation of color #C13FEB: hue angle of 285.35º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13FEB is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 63 235 -
CMYK 0.18 0.73 0 0.08
HSL 285.35º 0.81% 0.58% -
HSV(B) 285.35º 0.73% 0.92% -
XYZ 38.77 20.89 80.59 -
YUV 121.48 192.07 179.01 -
System Red Green Blue C M Y K H S L
Decimal 193 63 235 0.18 0.73 0 0.08 285.35 0.81 0.58
Hex C1 3F EB 12 49 0 8 11D 51 3A
Octal 301 77 353 22 111 0 10 435 121 72
Binary 11000001 111111 11101011 10010 1001001 0 1000 100011101 1010001 111010

Color Harmonies of #C13FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FEB

Black with #C13FEB

Text Example


Text Example

White with #C13FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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