Html Css Color HEX #C30AFB Electric Purple

📋 copy color: '#C30AFB'

red 195 ◦ green 10 ◦ blue 251

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

Shades of Electric Purple #C30AFB

Tints of Electric Purple #C30AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.04%

R = 42.76%
G = 2.19%
B = 55.04%

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

#C30AFB (or 0xC30AFB) is known color: Electric Purple. HEX triplet: C3, 0A and FB. RGB value is (195,10,251). Sum of RGB (Red+Green+Blue) = 195+10+251=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #C30AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C30AFB is #3CF504. Grayscale: #5C5C5C. Windows color (decimal): -3994885 or 16452291. OLE color: 16452291.

HSL color Cylindrical-coordinate representation of color #C30AFB: hue angle of 286.06º degrees, saturation: 0.97, 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 #C30AFB is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 10 251 -
CMYK 0.22 0.96 0 0.02
HSL 286.06º 0.97% 0.51% -
HSV(B) 286.06º 0.96% 0.98% -
XYZ 40.03 18.78 92.78 -
YUV 92.79 217.29 200.9 -
System Red Green Blue C M Y K H S L
Decimal 195 10 251 0.22 0.96 0 0.02 286.06 0.97 0.51
Hex C3 A FB 16 60 0 2 11E 61 33
Octal 303 12 373 26 140 0 2 436 141 63
Binary 11000011 1010 11111011 10110 1100000 0 10 100011110 1100001 110011

Color Harmonies of #C30AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30AFB

Black with #C30AFB

Text Example


Text Example

White with #C30AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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