Html Css Color HEX #C13FE9 Medium Orchid

📋 copy color: '#C13FE9'

red 193 ◦ green 63 ◦ blue 233

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

Shades of Medium Orchid #C13FE9

Tints of Medium Orchid #C13FE9

RGB

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

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

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

R = 39.47%
G = 12.88%
B = 47.65%

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

#C13FE9 (or 0xC13FE9) is known color: Medium Orchid. HEX triplet: C1, 3F and E9. RGB value is (193,63,233). Sum of RGB (Red+Green+Blue) = 193+63+233=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 233 (91.41% from 255 or 47.65% from 489); Max value from RGB is 233 - color contains mainly: blue. Hex color #C13FE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FE9 is #3EC016. Grayscale: #787878. Windows color (decimal): -4112407 or 15286209. OLE color: 15286209.

HSL color Cylindrical-coordinate representation of color #C13FE9: hue angle of 285.88º degrees, saturation: 0.79, 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 #C13FE9 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 63 233 -
CMYK 0.17 0.73 0 0.09
HSL 285.88º 0.79% 0.58% -
HSV(B) 285.88º 0.73% 0.91% -
XYZ 38.48 20.78 79.07 -
YUV 121.25 191.07 179.18 -
System Red Green Blue C M Y K H S L
Decimal 193 63 233 0.17 0.73 0 0.09 285.88 0.79 0.58
Hex C1 3F E9 11 49 0 9 11E 4F 3A
Octal 301 77 351 21 111 0 11 436 117 72
Binary 11000001 111111 11101001 10001 1001001 0 1001 100011110 1001111 111010

Color Harmonies of #C13FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FE9

Black with #C13FE9

Text Example


Text Example

White with #C13FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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