#C30DED

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

Shades of Electric Purple #C30DED

Tints of Electric Purple #C30DED

Color information

#C30DED (or 0xC30DED) is unknown color: approx Electric Purple. HEX triplet: C3, 0D and ED. RGB value is (195,13,237). Sum of RGB (Red+Green+Blue) = 195+13+237=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 13 (5.47% from 255 or 2.92% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #C30DED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30DED is #3CF212. Grayscale: #5C5C5C. Windows color (decimal): -3994131 or 15535555. OLE color: 15535555.

HSL color Cylindrical-coordinate representation of color #C30DED: hue angle of 288.75º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C30DED is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19513237-
CMYK0.180.9500.07
HSL288.75º89.6%49.02%-
HSV(B)288.75º94.51%92.94%-
XYZ37.941881.6-
YUV92.95209.3200.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 13 (5.47% from 255) = 2.92%
BLUE value IS 237 (92.97% from 255) = 53.26%
R=43.82%
G=2.92%
B=53.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal195132370.180.9500.07288.7589.649.02
HexC3DED125F071215a31
Octal30315355221370744113261
Binary1100001111011110110110010101111101111001000011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C30DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C30DED; }

 p { color: rgb(195,13,237); }

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

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

 a { background-color: rgb(195,13,237); }

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

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

 span { border-color: rgb(195,13,237); }

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