Html Css Color HEX #C13FED Medium Orchid

📋 copy color: '#C13FED'

red 193 ◦ green 63 ◦ blue 237

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

Shades of Medium Orchid #C13FED

Tints of Medium Orchid #C13FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 39.15%
G = 12.78%
B = 48.07%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C13FED (or 0xC13FED) is known color: Medium Orchid. HEX triplet: C1, 3F and ED. RGB value is (193,63,237). Sum of RGB (Red+Green+Blue) = 193+63+237=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 63 (25% from 255 or 12.78% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #C13FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FED is #3EC012. Grayscale: #797979. Windows color (decimal): -4112403 or 15548353. OLE color: 15548353.

HSL color Cylindrical-coordinate representation of color #C13FED: hue angle of 284.83º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C13FED is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 63 237 -
CMYK 0.19 0.73 0 0.07
HSL 284.83º 0.83% 0.59% -
HSV(B) 284.83º 0.73% 0.93% -
XYZ 39.06 21.01 82.12 -
YUV 121.71 193.07 178.85 -
System Red Green Blue C M Y K H S L
Decimal 193 63 237 0.19 0.73 0 0.07 284.83 0.83 0.59
Hex C1 3F ED 13 49 0 7 11D 53 3B
Octal 301 77 355 23 111 0 7 435 123 73
Binary 11000001 111111 11101101 10011 1001001 0 111 100011101 1010011 111011

Color Harmonies of #C13FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13FED

Black with #C13FED

Text Example


Text Example

White with #C13FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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