Html Css Color HEX #C30AFA Electric Purple

📋 copy color: '#C30AFA'

red 195 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #C30AFA

Tints of Electric Purple #C30AFA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.2%

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

R = 42.86%
G = 2.2%
B = 54.95%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C30AFA (or 0xC30AFA) is known color: Electric Purple. HEX triplet: C3, 0A and FA. RGB value is (195,10,250). Sum of RGB (Red+Green+Blue) = 195+10+250=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #C30AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30AFA is #3CF505. Grayscale: #5B5B5B. Windows color (decimal): -3994886 or 16386755. OLE color: 16386755.

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

Color convert

RGB 195 10 250 -
CMYK 0.22 0.96 0 0.02
HSL 286.25º 0.96% 0.51% -
HSV(B) 286.25º 0.96% 0.98% -
XYZ 39.87 18.72 91.95 -
YUV 92.68 216.79 200.99 -
System Red Green Blue C M Y K H S L
Decimal 195 10 250 0.22 0.96 0 0.02 286.25 0.96 0.51
Hex C3 A FA 16 60 0 2 11E 60 33
Octal 303 12 372 26 140 0 2 436 140 63
Binary 11000011 1010 11111010 10110 1100000 0 10 100011110 1100000 110011

Color Harmonies of #C30AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30AFA

Black with #C30AFA

Text Example


Text Example

White with #C30AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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