#C13FFD

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

Shades of Medium Orchid #C13FFD

Tints of Medium Orchid #C13FFD

Color information

#C13FFD (or 0xC13FFD) is unknown color: approx Medium Orchid. HEX triplet: C1, 3F and FD. RGB value is (193,63,253). Sum of RGB (Red+Green+Blue) = 193+63+253=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #C13FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FFD is #3EC002. Grayscale: #7A7A7A. Windows color (decimal): -4112387 or 16596929. OLE color: 16596929.

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

Color convert

RGB19363253-
CMYK0.240.7500.01
HSL281.05º97.94%61.96%-
HSV(B)281.05º75.1%99.22%-
XYZ41.521.9894.98-
YUV123.53201.07177.55-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.92%
GREEN value IS 63 (25% from 255) = 12.38%
BLUE value IS 253 (99.22% from 255) = 49.71%
R=37.92%
G=12.38%
B=49.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193632530.240.7500.01281.0597.9461.96
HexC13FFD184B01119623e
Octal30177375301130143114276
Binary1100000111111111111101110001001011011000110011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13FFD; }

 p { color: rgb(193,63,253); }

 H1.HeaderClassName
 {
   color: #C13FFD;
 }
 .AnyTagClassName
 {
   color: #C13FFD;
 }
</style>
background-color css

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

 a { background-color: rgb(193,63,253); }

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

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

 span { border-color: rgb(193,63,253); }

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