Html Css Color HEX #C13BFE Medium Orchid

📋 copy color: '#C13BFE'

red 193 ◦ green 59 ◦ blue 254

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

Shades of Medium Orchid #C13BFE

Tints of Medium Orchid #C13BFE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.66%

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

R = 38.14%
G = 11.66%
B = 50.2%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C13BFE (or 0xC13BFE) is known color: Medium Orchid. HEX triplet: C1, 3B and FE. RGB value is (193,59,254). Sum of RGB (Red+Green+Blue) = 193+59+254=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 254 (99.61% from 255 or 50.20% from 506); Max value from RGB is 254 - color contains mainly: blue. Hex color #C13BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BFE is #3EC401. Grayscale: #787878. Windows color (decimal): -4113410 or 16661441. OLE color: 16661441.

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

Color convert

RGB 193 59 254 -
CMYK 0.24 0.77 0 0.00
HSL 281.23º 0.99% 0.61% -
HSV(B) 281.23º 0.77% 1% -
XYZ 41.45 21.62 95.75 -
YUV 121.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 193 59 254 0.24 0.77 0 0.00 281.23 0.99 0.61
Hex C1 3B FE 18 4D 0 0 119 63 3D
Octal 301 73 376 30 115 0 0 431 143 75
Binary 11000001 111011 11111110 11000 1001101 0 0 100011001 1100011 111101

Color Harmonies of #C13BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13BFE

Black with #C13BFE

Text Example


Text Example

White with #C13BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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