#C434FF

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

Shades of Electric Purple #C434FF

Tints of Electric Purple #C434FF

Color information

#C434FF (or 0xC434FF) is unknown color: approx Electric Purple. HEX triplet: C4, 34 and FF. RGB value is (196,52,255). Sum of RGB (Red+Green+Blue) = 196+52+255=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 52 (20.70% from 255 or 10.34% 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 #C434FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C434FF is #3BCB00. Grayscale: #757575. Windows color (decimal): -3918593 or 16725188. OLE color: 16725188.

HSL color Cylindrical-coordinate representation of color #C434FF: hue angle of 282.56º 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 #C434FF is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19652255-
CMYK0.230.8000
HSL282.56º100%60.2%-
HSV(B)282.56º79.61%100%-
XYZ42.0421.4196.52-
YUV118.2205.21183.49-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 52 (20.70% from 255) = 10.34%
BLUE value IS 255 (100% from 255) = 50.70%
R=38.97%
G=10.34%
B=50.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal196522550.230.8000282.5610060.2
HexC434FF17500011b643c
Octal30464377271200043314474
Binary1100010011010011111111101111010000001000110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C434FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C434FF; }

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

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

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

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

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

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

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

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