Html Css Color HEX #C13CFE Medium Orchid

📋 copy color: '#C13CFE'

red 193 ◦ green 60 ◦ blue 254

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

Shades of Medium Orchid #C13CFE

Tints of Medium Orchid #C13CFE

RGB

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

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

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

R = 38.07%
G = 11.83%
B = 50.1%

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

#C13CFE (or 0xC13CFE) is known color: Medium Orchid. HEX triplet: C1, 3C and FE. RGB value is (193,60,254). Sum of RGB (Red+Green+Blue) = 193+60+254=507 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.07% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #C13CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13CFE is #3EC301. Grayscale: #797979. Windows color (decimal): -4113154 or 16661697. OLE color: 16661697.

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

Color convert

RGB 193 60 254 -
CMYK 0.24 0.76 0 0.00
HSL 281.13º 0.99% 0.62% -
HSV(B) 281.13º 0.76% 1% -
XYZ 41.5 21.72 95.77 -
YUV 121.88 202.56 178.73 -
System Red Green Blue C M Y K H S L
Decimal 193 60 254 0.24 0.76 0 0.00 281.13 0.99 0.62
Hex C1 3C FE 18 4C 0 0 119 63 3E
Octal 301 74 376 30 114 0 0 431 143 76
Binary 11000001 111100 11111110 11000 1001100 0 0 100011001 1100011 111110

Color Harmonies of #C13CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13CFE

Black with #C13CFE

Text Example


Text Example

White with #C13CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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