#C834FD

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

Shades of Electric Purple #C834FD

Tints of Electric Purple #C834FD

Color information

#C834FD (or 0xC834FD) is unknown color: approx Electric Purple. HEX triplet: C8, 34 and FD. RGB value is (200,52,253). Sum of RGB (Red+Green+Blue) = 200+52+253=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 52 (20.70% from 255 or 10.30% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #C834FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C834FD is #37CB02. Grayscale: #767676. Windows color (decimal): -3656451 or 16594120. OLE color: 16594120.

HSL color Cylindrical-coordinate representation of color #C834FD: hue angle of 284.18º 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 #C834FD is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20052253-
CMYK0.210.7900.01
HSL284.18º98.05%59.8%-
HSV(B)284.18º79.45%99.22%-
XYZ42.7821.8394.89-
YUV119.17203.53185.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.60%
GREEN value IS 52 (20.70% from 255) = 10.30%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=39.60%
G=10.30%
B=50.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal200522530.210.7900.01284.1898.0559.8
HexC834FD154F0111c623c
Octal31064375251170143414274
Binary1100100011010011111101101011001111011000111001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C834FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C834FD; }

 p { color: rgb(200,52,253); }

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

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

 a { background-color: rgb(200,52,253); }

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

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

 span { border-color: rgb(200,52,253); }

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