#C830FF

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

Shades of Electric Purple #C830FF

Tints of Electric Purple #C830FF

Color information

#C830FF (or 0xC830FF) is unknown color: approx Electric Purple. HEX triplet: C8, 30 and FF. RGB value is (200,48,255). Sum of RGB (Red+Green+Blue) = 200+48+255=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 48 (19.14% from 255 or 9.54% 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 #C830FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C830FF is #37CF00. Grayscale: #747474. Windows color (decimal): -3657473 or 16724168. OLE color: 16724168.

HSL color Cylindrical-coordinate representation of color #C830FF: hue angle of 284.06º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C830FF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20048255-
CMYK0.220.8100
HSL284.06º100%59.41%-
HSV(B)284.06º81.18%100%-
XYZ42.9321.6196.52-
YUV117.05205.86187.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.76%
GREEN value IS 48 (19.14% from 255) = 9.54%
BLUE value IS 255 (100% from 255) = 50.70%
R=39.76%
G=9.54%
B=50.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal200482550.220.8100284.0610059.41
HexC830FF16510011c643b
Octal31060377261210043414473
Binary1100100011000011111111101101010001001000111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C830FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C830FF; }

 p { color: rgb(200,48,255); }

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

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

 a { background-color: rgb(200,48,255); }

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

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

 span { border-color: rgb(200,48,255); }

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