#C13BFB

Color #C13BFB Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C13BFB

Tints of Medium Orchid #C13BFB

Color information

#C13BFB (or 0xC13BFB) is unknown color: approx 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

RGB19359251-
CMYK0.230.7600.02
HSL281.88º96%60.78%-
HSV(B)281.88º76.49%98.43%-
XYZ40.9721.4393.24-
YUV120.95201.39179.39-

RGB Variations

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

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.90%
R=38.37%
G=11.73%
B=49.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal193592510.230.7600.02281.889660.78
HexC13BFB174C0211a603d
Octal30173373271140243214075
Binary11000001111011111110111011110011000101000110101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>