#CD35FE

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

Shades of Electric Purple #CD35FE

Tints of Electric Purple #CD35FE

Color information

#CD35FE (or 0xCD35FE) is unknown color: approx Electric Purple. HEX triplet: CD, 35 and FE. RGB value is (205,53,254). Sum of RGB (Red+Green+Blue) = 205+53+254=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 53 (21.09% from 255 or 10.35% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD35FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD35FE is #32CA01. Grayscale: #787878. Windows color (decimal): -3328514 or 16659917. OLE color: 16659917.

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

Color convert

RGB20553254-
CMYK0.190.7900.00
HSL285.37º99.01%60.2%-
HSV(B)285.37º79.13%99.61%-
XYZ44.3422.6895.81-
YUV121.36202.86187.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.04%
GREEN value IS 53 (21.09% from 255) = 10.35%
BLUE value IS 254 (99.61% from 255) = 49.61%
R=40.04%
G=10.35%
B=49.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal205532540.190.7900.00285.3799.0160.2
HexCD35FE134F0011d633c
Octal31565376231170043514374
Binary1100110111010111111110100111001111001000111011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD35FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD35FE; }

 p { color: rgb(205,53,254); }

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

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

 a { background-color: rgb(205,53,254); }

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

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

 span { border-color: rgb(205,53,254); }

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