Html Css Color HEX #C13CF9 Medium Orchid

📋 copy color: '#C13CF9'

red 193 ◦ green 60 ◦ blue 249

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

Shades of Medium Orchid #C13CF9

Tints of Medium Orchid #C13CF9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.95%

 BLUE value IS 249 (97.66% from 255) = 49.6%

R = 38.45%
G = 11.95%
B = 49.6%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C13CF9 (or 0xC13CF9) is known color: Medium Orchid. HEX triplet: C1, 3C and F9. RGB value is (193,60,249). Sum of RGB (Red+Green+Blue) = 193+60+249=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 60 (23.83% from 255 or 11.95% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #C13CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CF9 is #3EC306. Grayscale: #787878. Windows color (decimal): -4113159 or 16334017. OLE color: 16334017.

HSL color Cylindrical-coordinate representation of color #C13CF9: hue angle of 282.22º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13CF9 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 60 249 -
CMYK 0.22 0.76 0 0.02
HSL 282.22º 0.94% 0.61% -
HSV(B) 282.22º 0.76% 0.98% -
XYZ 40.71 21.41 91.61 -
YUV 121.31 200.06 179.13 -
System Red Green Blue C M Y K H S L
Decimal 193 60 249 0.22 0.76 0 0.02 282.22 0.94 0.61
Hex C1 3C F9 16 4C 0 2 11A 5E 3D
Octal 301 74 371 26 114 0 2 432 136 75
Binary 11000001 111100 11111001 10110 1001100 0 10 100011010 1011110 111101

Color Harmonies of #C13CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CF9

Black with #C13CF9

Text Example


Text Example

White with #C13CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CF9; }

 p { color: rgb(193,60,249); }

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

background-color css

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

 a { background-color: rgb(193,60,249); }

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

border-color css

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

 span { border-color: rgb(193,60,249); }

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