#C334FF

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

Shades of Electric Purple #C334FF

Tints of Electric Purple #C334FF

Color information

#C334FF (or 0xC334FF) is unknown color: approx Electric Purple. HEX triplet: C3, 34 and FF. RGB value is (195,52,255). Sum of RGB (Red+Green+Blue) = 195+52+255=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 52 (20.70% from 255 or 10.36% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #C334FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C334FF is #3CCB00. Grayscale: #757575. Windows color (decimal): -3984129 or 16725187. OLE color: 16725187.

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

Color convert

RGB19552255-
CMYK0.240.8000
HSL282.27º100%60.2%-
HSV(B)282.27º79.61%100%-
XYZ41.7821.2896.51-
YUV117.9205.38182.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 52 (20.70% from 255) = 10.36%
BLUE value IS 255 (100% from 255) = 50.80%
R=38.84%
G=10.36%
B=50.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal195522550.240.8000282.2710060.2
HexC334FF18500011a643c
Octal30364377301200043214474
Binary1100001111010011111111110001010000001000110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C334FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C334FF; }

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

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

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

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

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

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

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

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