Html Css Color HEX #C13EFE Medium Orchid

📋 copy color: '#C13EFE'

red 193 ◦ green 62 ◦ blue 254

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

Shades of Medium Orchid #C13EFE

Tints of Medium Orchid #C13EFE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.18%

 BLUE value IS 254 (99.61% from 255) = 49.9%

R = 37.92%
G = 12.18%
B = 49.9%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C13EFE (or 0xC13EFE) is known color: Medium Orchid. HEX triplet: C1, 3E and FE. RGB value is (193,62,254). Sum of RGB (Red+Green+Blue) = 193+62+254=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 62 (24.61% from 255 or 12.18% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #C13EFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13EFE is #3EC101. Grayscale: #7A7A7A. Windows color (decimal): -4112642 or 16662209. OLE color: 16662209.

HSL color Cylindrical-coordinate representation of color #C13EFE: hue angle of 280.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13EFE is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 62 254 -
CMYK 0.24 0.76 0 0.00
HSL 280.94º 0.99% 0.62% -
HSV(B) 280.94º 0.76% 1% -
XYZ 41.6 21.94 95.81 -
YUV 123.06 201.9 177.89 -
System Red Green Blue C M Y K H S L
Decimal 193 62 254 0.24 0.76 0 0.00 280.94 0.99 0.62
Hex C1 3E FE 18 4C 0 0 119 63 3E
Octal 301 76 376 30 114 0 0 431 143 76
Binary 11000001 111110 11111110 11000 1001100 0 0 100011001 1100011 111110

Color Harmonies of #C13EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13EFE

Black with #C13EFE

Text Example


Text Example

White with #C13EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13EFE; }

 p { color: rgb(193,62,254); }

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

background-color css

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

 a { background-color: rgb(193,62,254); }

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

border-color css

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

 span { border-color: rgb(193,62,254); }

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