#C534FC

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

Shades of Electric Purple #C534FC

Tints of Electric Purple #C534FC

Color information

#C534FC (or 0xC534FC) is unknown color: approx Electric Purple. HEX triplet: C5, 34 and FC. RGB value is (197,52,252). Sum of RGB (Red+Green+Blue) = 197+52+252=501 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.32% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #C534FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C534FC is #3ACB03. Grayscale: #757575. Windows color (decimal): -3853060 or 16528581. OLE color: 16528581.

HSL color Cylindrical-coordinate representation of color #C534FC: hue angle of 283.5º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C534FC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19752252-
CMYK0.220.7900.01
HSL283.5º97.09%59.61%-
HSV(B)283.5º79.37%98.82%-
XYZ41.8221.3594.01-
YUV118.16203.54184.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.32%
GREEN value IS 52 (20.70% from 255) = 10.38%
BLUE value IS 252 (98.83% from 255) = 50.30%
R=39.32%
G=10.38%
B=50.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal197522520.220.7900.01283.597.0959.61
HexC534FC164F0111c613c
Octal30564374261170143414174
Binary1100010111010011111100101101001111011000111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C534FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C534FC; }

 p { color: rgb(197,52,252); }

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

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

 a { background-color: rgb(197,52,252); }

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

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

 span { border-color: rgb(197,52,252); }

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