#C335FF

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

Shades of Electric Purple #C335FF

Tints of Electric Purple #C335FF

Color information

#C335FF (or 0xC335FF) is unknown color: approx Electric Purple. HEX triplet: C3, 35 and FF. RGB value is (195,53,255). Sum of RGB (Red+Green+Blue) = 195+53+255=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 53 (21.09% from 255 or 10.54% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #C335FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C335FF is #3CCA00. Grayscale: #757575. Windows color (decimal): -3983873 or 16725443. OLE color: 16725443.

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

Color convert

RGB19553255-
CMYK0.240.7900
HSL282.18º100%60.39%-
HSV(B)282.18º79.22%100%-
XYZ41.8321.3796.53-
YUV118.49205.04182.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 53 (21.09% from 255) = 10.54%
BLUE value IS 255 (100% from 255) = 50.70%
R=38.77%
G=10.54%
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
SystemRedGreenBlueCMYKHSL
Decimal195532550.240.7900282.1810060.39
HexC335FF184F0011a643c
Octal30365377301170043214474
Binary1100001111010111111111110001001111001000110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C335FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C335FF; }

 p { color: rgb(195,53,255); }

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

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

 a { background-color: rgb(195,53,255); }

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

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

 span { border-color: rgb(195,53,255); }

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