#FD93FD

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

Shades of Violet #FD93FD

Tints of Violet #FD93FD

Color information

#FD93FD (or 0xFD93FD) is unknown color: approx Violet. HEX triplet: FD, 93 and FD. RGB value is (253,147,253). Sum of RGB (Red+Green+Blue) = 253+147+253=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 147 (57.81% from 255 or 22.51% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FD93FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FD93FD is #026C02. Grayscale: #BEBEBE. Windows color (decimal): -158723 or 16618493. OLE color: 16618493.

HSL color Cylindrical-coordinate representation of color #FD93FD: hue angle of 300º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FD93FD is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB253147253-
CMYK00.4200.01
HSL300º96.36%78.43%-
HSV(B)300º41.9%99.22%-
XYZ68.6748.8498.74-
YUV190.78163.12172.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 147 (57.81% from 255) = 22.51%
BLUE value IS 253 (99.22% from 255) = 38.74%
R=38.74%
G=22.51%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314725300.4200.0130096.3678.43
HexFD93FD02A0112c604e
Octal37522337505201454140116
Binary11111101100100111111110101010100110010110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD93FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD93FD; }

 p { color: rgb(253,147,253); }

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

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

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

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

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

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

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