#C13FFC

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

Shades of Medium Orchid #C13FFC

Tints of Medium Orchid #C13FFC

Color information

#C13FFC (or 0xC13FFC) is unknown color: approx Medium Orchid. HEX triplet: C1, 3F and FC. RGB value is (193,63,252). Sum of RGB (Red+Green+Blue) = 193+63+252=508 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.99% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #C13FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C13FFC is #3EC003. Grayscale: #7A7A7A. Windows color (decimal): -4112388 or 16531393. OLE color: 16531393.

HSL color Cylindrical-coordinate representation of color #C13FFC: hue angle of 281.27º degrees, saturation: 0.97, 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 #C13FFC is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19363252-
CMYK0.230.7500.01
HSL281.27º96.92%61.76%-
HSV(B)281.27º75%98.82%-
XYZ41.3421.9294.15-
YUV123.42200.57177.63-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.99%
GREEN value IS 63 (25% from 255) = 12.40%
BLUE value IS 252 (98.83% from 255) = 49.61%
R=37.99%
G=12.40%
B=49.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193632520.230.7500.01281.2796.9261.76
HexC13FFC174B01119613e
Octal30177374271130143114176
Binary1100000111111111111100101111001011011000110011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13FFC; }

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

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

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

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

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

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

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

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