#C235FD

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

Shades of Electric Purple #C235FD

Tints of Electric Purple #C235FD

Color information

#C235FD (or 0xC235FD) is unknown color: approx Electric Purple. HEX triplet: C2, 35 and FD. RGB value is (194,53,253). Sum of RGB (Red+Green+Blue) = 194+53+253=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 53 (21.09% from 255 or 10.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #C235FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C235FD is #3DCA02. Grayscale: #757575. Windows color (decimal): -4049411 or 16594370. OLE color: 16594370.

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

Color convert

RGB19453253-
CMYK0.230.7900.01
HSL282.3º98.04%60%-
HSV(B)282.3º79.05%99.22%-
XYZ41.2521.1194.83-
YUV117.96204.21182.24-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 53 (21.09% from 255) = 10.6%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=38.8%
G=10.6%
B=50.6%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal194532530.230.7900.01282.398.0460
HexC235FD174F0111a623c
Octal30265375271170143214274
Binary1100001011010111111101101111001111011000110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C235FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C235FD; }

 p { color: rgb(194,53,253); }

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

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

 a { background-color: rgb(194,53,253); }

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

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

 span { border-color: rgb(194,53,253); }

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