Html Css Color HEX #C30EFE Electric Purple

📋 copy color: '#C30EFE'

red 195 ◦ green 14 ◦ blue 254

#C30EFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C30EFE

Tints of Electric Purple #C30EFE

RGB

 RED value IS 195 (76.56% from 255) = 42.12%

 GREEN value IS 14 (5.86% from 255) = 3.02%

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 42.12%
G = 3.02%
B = 54.86%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C30EFE (or 0xC30EFE) is known color: Electric Purple. HEX triplet: C3, 0E and FE. RGB value is (195,14,254). Sum of RGB (Red+Green+Blue) = 195+14+254=463 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.12% from 463); Green value is 14 (5.86% from 255 or 3.02% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #C30EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30EFE is #3CF101. Grayscale: #5E5E5E. Windows color (decimal): -3993858 or 16649923. OLE color: 16649923.

HSL color Cylindrical-coordinate representation of color #C30EFE: hue angle of 285.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30EFE is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 14 254 -
CMYK 0.23 0.94 0 0.00
HSL 285.25º 0.99% 0.53% -
HSV(B) 285.25º 0.94% 1% -
XYZ 40.55 19.07 95.31 -
YUV 95.48 217.47 198.99 -
System Red Green Blue C M Y K H S L
Decimal 195 14 254 0.23 0.94 0 0.00 285.25 0.99 0.53
Hex C3 E FE 17 5E 0 0 11D 63 35
Octal 303 16 376 27 136 0 0 435 143 65
Binary 11000011 1110 11111110 10111 1011110 0 0 100011101 1100011 110101

Color Harmonies of #C30EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30EFE

Black with #C30EFE

Text Example


Text Example

White with #C30EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30EFE; }

 p { color: rgb(195,14,254); }

 H1.HeaderClassName
 {
   color: #C30EFE;
 }
 .AnyTagClassName
 {
   color: #C30EFE;
 }
</style>

background-color css

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

 a { background-color: rgb(195,14,254); }

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

border-color css

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

 span { border-color: rgb(195,14,254); }

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