Html Css Color HEX #C30FFA Electric Purple

📋 copy color: '#C30FFA'

red 195 ◦ green 15 ◦ blue 250

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

Shades of Electric Purple #C30FFA

Tints of Electric Purple #C30FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.26%

 BLUE value IS 250 (98.05% from 255) = 54.35%

R = 42.39%
G = 3.26%
B = 54.35%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C30FFA (or 0xC30FFA) is known color: Electric Purple. HEX triplet: C3, 0F and FA. RGB value is (195,15,250). Sum of RGB (Red+Green+Blue) = 195+15+250=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 15 (6.25% from 255 or 3.26% from 460); Blue value is 250 (98.05% from 255 or 54.35% from 460); Max value from RGB is 250 - color contains mainly: blue. Hex color #C30FFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30FFA is #3CF005. Grayscale: #5E5E5E. Windows color (decimal): -3993606 or 16388035. OLE color: 16388035.

HSL color Cylindrical-coordinate representation of color #C30FFA: hue angle of 285.96º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C30FFA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 15 250 -
CMYK 0.22 0.94 0 0.02
HSL 285.96º 0.96% 0.52% -
HSV(B) 285.96º 0.94% 0.98% -
XYZ 39.93 18.85 91.98 -
YUV 95.61 215.13 198.89 -
System Red Green Blue C M Y K H S L
Decimal 195 15 250 0.22 0.94 0 0.02 285.96 0.96 0.52
Hex C3 F FA 16 5E 0 2 11E 60 34
Octal 303 17 372 26 136 0 2 436 140 64
Binary 11000011 1111 11111010 10110 1011110 0 10 100011110 1100000 110100

Color Harmonies of #C30FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30FFA

Black with #C30FFA

Text Example


Text Example

White with #C30FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30FFA; }

 p { color: rgb(195,15,250); }

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

background-color css

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

 a { background-color: rgb(195,15,250); }

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

border-color css

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

 span { border-color: rgb(195,15,250); }

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