#C234FF

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

Shades of Electric Purple #C234FF

Tints of Electric Purple #C234FF

Color information

#C234FF (or 0xC234FF) is unknown color: approx Electric Purple. HEX triplet: C2, 34 and FF. RGB value is (194,52,255). Sum of RGB (Red+Green+Blue) = 194+52+255=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #C234FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C234FF is #3DCB00. Grayscale: #747474. Windows color (decimal): -4049665 or 16725186. OLE color: 16725186.

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

Color convert

RGB19452255-
CMYK0.240.8000
HSL281.97º100%60.2%-
HSV(B)281.97º79.61%100%-
XYZ41.5321.1596.5-
YUV117.6205.54182.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 52 (20.70% from 255) = 10.38%
BLUE value IS 255 (100% from 255) = 50.90%
R=38.72%
G=10.38%
B=50.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194522550.240.8000281.9710060.2
HexC234FF18500011a643c
Octal30264377301200043214474
Binary1100001011010011111111110001010000001000110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C234FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C234FF; }

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

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

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

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

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

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

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

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