Html Css Color HEX #C13BFB Medium Orchid

📋 copy color: '#C13BFB'

red 193 ◦ green 59 ◦ blue 251

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

Shades of Medium Orchid #C13BFB

Tints of Medium Orchid #C13BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 38.37%
G = 11.73%
B = 49.9%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C13BFB (or 0xC13BFB) is known color: Medium Orchid. HEX triplet: C1, 3B and FB. RGB value is (193,59,251). Sum of RGB (Red+Green+Blue) = 193+59+251=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 59 (23.44% from 255 or 11.73% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #C13BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13BFB is #3EC404. Grayscale: #787878. Windows color (decimal): -4113413 or 16464833. OLE color: 16464833.

HSL color Cylindrical-coordinate representation of color #C13BFB: hue angle of 281.88º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C13BFB is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 59 251 -
CMYK 0.23 0.76 0 0.02
HSL 281.88º 0.96% 0.61% -
HSV(B) 281.88º 0.76% 0.98% -
XYZ 40.97 21.43 93.24 -
YUV 120.95 201.39 179.39 -
System Red Green Blue C M Y K H S L
Decimal 193 59 251 0.23 0.76 0 0.02 281.88 0.96 0.61
Hex C1 3B FB 17 4C 0 2 11A 60 3D
Octal 301 73 373 27 114 0 2 432 140 75
Binary 11000001 111011 11111011 10111 1001100 0 10 100011010 1100000 111101

Color Harmonies of #C13BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13BFB

Black with #C13BFB

Text Example


Text Example

White with #C13BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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