Html Css Color HEX #C13BE5 Medium Orchid

📋 copy color: '#C13BE5'

red 193 ◦ green 59 ◦ blue 229

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

Shades of Medium Orchid #C13BE5

Tints of Medium Orchid #C13BE5

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.27%

 BLUE value IS 229 (89.84% from 255) = 47.61%

R = 40.12%
G = 12.27%
B = 47.61%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C13BE5 (or 0xC13BE5) is known color: Medium Orchid. HEX triplet: C1, 3B and E5. RGB value is (193,59,229). Sum of RGB (Red+Green+Blue) = 193+59+229=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 59 (23.44% from 255 or 12.27% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #C13BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13BE5 is #3EC41A. Grayscale: #757575. Windows color (decimal): -4113435 or 15023041. OLE color: 15023041.

HSL color Cylindrical-coordinate representation of color #C13BE5: hue angle of 287.29º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13BE5 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 193 59 229 -
CMYK 0.16 0.74 0 0.10
HSL 287.29º 0.77% 0.56% -
HSV(B) 287.29º 0.74% 0.9% -
XYZ 37.7 20.12 76.03 -
YUV 118.45 190.39 181.18 -
System Red Green Blue C M Y K H S L
Decimal 193 59 229 0.16 0.74 0 0.10 287.29 0.77 0.56
Hex C1 3B E5 10 4A 0 A 11F 4D 38
Octal 301 73 345 20 112 0 12 437 115 70
Binary 11000001 111011 11100101 10000 1001010 0 1010 100011111 1001101 111000

Color Harmonies of #C13BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13BE5

Black with #C13BE5

Text Example


Text Example

White with #C13BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13BE5; }

 p { color: rgb(193,59,229); }

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

background-color css

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

 a { background-color: rgb(193,59,229); }

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

border-color css

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

 span { border-color: rgb(193,59,229); }

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