Html Css Color HEX #C13EE9 Medium Orchid

📋 copy color: '#C13EE9'

red 193 ◦ green 62 ◦ blue 233

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

Shades of Medium Orchid #C13EE9

Tints of Medium Orchid #C13EE9

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.7%

 BLUE value IS 233 (91.41% from 255) = 47.75%

R = 39.55%
G = 12.7%
B = 47.75%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C13EE9 (or 0xC13EE9) is known color: Medium Orchid. HEX triplet: C1, 3E and E9. RGB value is (193,62,233). Sum of RGB (Red+Green+Blue) = 193+62+233=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 233 (91.41% from 255 or 47.75% from 488); Max value from RGB is 233 - color contains mainly: blue. Hex color #C13EE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13EE9 is #3EC116. Grayscale: #787878. Windows color (decimal): -4112663 or 15285953. OLE color: 15285953.

HSL color Cylindrical-coordinate representation of color #C13EE9: hue angle of 285.96º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13EE9 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 62 233 -
CMYK 0.17 0.73 0 0.09
HSL 285.96º 0.8% 0.58% -
HSV(B) 285.96º 0.73% 0.91% -
XYZ 38.42 20.67 79.05 -
YUV 120.66 191.4 179.6 -
System Red Green Blue C M Y K H S L
Decimal 193 62 233 0.17 0.73 0 0.09 285.96 0.8 0.58
Hex C1 3E E9 11 49 0 9 11E 50 3A
Octal 301 76 351 21 111 0 11 436 120 72
Binary 11000001 111110 11101001 10001 1001001 0 1001 100011110 1010000 111010

Color Harmonies of #C13EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EE9

Black with #C13EE9

Text Example


Text Example

White with #C13EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EE9; }

 p { color: rgb(193,62,233); }

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

background-color css

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

 a { background-color: rgb(193,62,233); }

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

border-color css

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

 span { border-color: rgb(193,62,233); }

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