#C135FD

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

Shades of Electric Purple #C135FD

Tints of Electric Purple #C135FD

Color information

#C135FD (or 0xC135FD) is unknown color: approx Electric Purple. HEX triplet: C1, 35 and FD. RGB value is (193,53,253). Sum of RGB (Red+Green+Blue) = 193+53+253=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 53 (21.09% from 255 or 10.62% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #C135FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C135FD is #3ECA02. Grayscale: #757575. Windows color (decimal): -4114947 or 16594369. OLE color: 16594369.

HSL color Cylindrical-coordinate representation of color #C135FD: hue angle of 282º degrees, saturation: 0.98, 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 #C135FD is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB19353253-
CMYK0.240.7900.01
HSL282º98.04%60%-
HSV(B)282º79.05%99.22%-
XYZ4120.9894.82-
YUV117.66204.38181.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 53 (21.09% from 255) = 10.62%
BLUE value IS 253 (99.22% from 255) = 50.70%
R=38.68%
G=10.62%
B=50.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal193532530.240.7900.0128298.0460
HexC135FD184F0111a623c
Octal30165375301170143214274
Binary1100000111010111111101110001001111011000110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C135FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C135FD; }

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

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

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

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

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

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

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

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