Html Css Color HEX #C13FD5 Medium Orchid

📋 copy color: '#C13FD5'

red 193 ◦ green 63 ◦ blue 213

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

Shades of Medium Orchid #C13FD5

Tints of Medium Orchid #C13FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.42%

R = 41.15%
G = 13.43%
B = 45.42%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C13FD5 (or 0xC13FD5) is known color: Medium Orchid. HEX triplet: C1, 3F and D5. RGB value is (193,63,213). Sum of RGB (Red+Green+Blue) = 193+63+213=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 63 (25% from 255 or 13.43% from 469); Blue value is 213 (83.59% from 255 or 45.42% from 469); Max value from RGB is 213 - color contains mainly: blue. Hex color #C13FD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C13FD5 is #3EC02A. Grayscale: #767676. Windows color (decimal): -4112427 or 13975489. OLE color: 13975489.

HSL color Cylindrical-coordinate representation of color #C13FD5: hue angle of 292º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13FD5 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 193 63 213 -
CMYK 0.09 0.70 0 0.16
HSL 292º 0.64% 0.54% -
HSV(B) 292º 0.7% 0.84% -
XYZ 35.78 19.7 64.87 -
YUV 118.97 181.07 180.8 -
System Red Green Blue C M Y K H S L
Decimal 193 63 213 0.09 0.70 0 0.16 292 0.64 0.54
Hex C1 3F D5 9 46 0 10 124 40 36
Octal 301 77 325 11 106 0 20 444 100 66
Binary 11000001 111111 11010101 1001 1000110 0 10000 100100100 1000000 110110

Color Harmonies of #C13FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FD5

Black with #C13FD5

Text Example


Text Example

White with #C13FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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