Html Css Color HEX #C13DF9 Medium Orchid

📋 copy color: '#C13DF9'

red 193 ◦ green 61 ◦ blue 249

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

Shades of Medium Orchid #C13DF9

Tints of Medium Orchid #C13DF9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.13%

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

R = 38.37%
G = 12.13%
B = 49.5%

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

#C13DF9 (or 0xC13DF9) is known color: Medium Orchid. HEX triplet: C1, 3D and F9. RGB value is (193,61,249). Sum of RGB (Red+Green+Blue) = 193+61+249=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 61 (24.22% from 255 or 12.13% from 503); Blue value is 249 (97.66% from 255 or 49.50% from 503); Max value from RGB is 249 - color contains mainly: blue. Hex color #C13DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13DF9 is #3EC206. Grayscale: #797979. Windows color (decimal): -4112903 or 16334273. OLE color: 16334273.

HSL color Cylindrical-coordinate representation of color #C13DF9: hue angle of 282.13º 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 #C13DF9 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 61 249 -
CMYK 0.22 0.76 0 0.02
HSL 282.13º 0.94% 0.61% -
HSV(B) 282.13º 0.76% 0.98% -
XYZ 40.76 21.51 91.63 -
YUV 121.9 199.73 178.71 -
System Red Green Blue C M Y K H S L
Decimal 193 61 249 0.22 0.76 0 0.02 282.13 0.94 0.61
Hex C1 3D F9 16 4C 0 2 11A 5E 3D
Octal 301 75 371 26 114 0 2 432 136 75
Binary 11000001 111101 11111001 10110 1001100 0 10 100011010 1011110 111101

Color Harmonies of #C13DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13DF9

Black with #C13DF9

Text Example


Text Example

White with #C13DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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