Html Css Color HEX #C30EFF Electric Purple

📋 copy color: '#C30EFF'

red 195 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #C30EFF

Tints of Electric Purple #C30EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.96%

R = 42.03%
G = 3.02%
B = 54.96%

CMYK

 C value IS 0.24

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C30EFF (or 0xC30EFF) is known color: Electric Purple. HEX triplet: C3, 0E and FF. RGB value is (195,14,255). Sum of RGB (Red+Green+Blue) = 195+14+255=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 14 (5.86% from 255 or 3.02% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #C30EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30EFF is #3CF100. Grayscale: #5E5E5E. Windows color (decimal): -3993857 or 16715459. OLE color: 16715459.

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

Color convert

RGB 195 14 255 -
CMYK 0.24 0.95 0 0
HSL 285.06º 1% 0.53% -
HSV(B) 285.06º 0.95% 1% -
XYZ 40.71 19.14 96.16 -
YUV 95.59 217.97 198.9 -
System Red Green Blue C M Y K H S L
Decimal 195 14 255 0.24 0.95 0 0 285.06 1 0.53
Hex C3 E FF 18 5F 0 0 11D 64 35
Octal 303 16 377 30 137 0 0 435 144 65
Binary 11000011 1110 11111111 11000 1011111 0 0 100011101 1100100 110101

Color Harmonies of #C30EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30EFF

Black with #C30EFF

Text Example


Text Example

White with #C30EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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