Html Css Color HEX #C60AFA Electric Purple

📋 copy color: '#C60AFA'

red 198 ◦ green 10 ◦ blue 250

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

Shades of Electric Purple #C60AFA

Tints of Electric Purple #C60AFA

RGB

 RED value IS 198 (77.73% from 255) = 43.23%

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

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

R = 43.23%
G = 2.18%
B = 54.59%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C60AFA (or 0xC60AFA) is known color: Electric Purple. HEX triplet: C6, 0A and FA. RGB value is (198,10,250). Sum of RGB (Red+Green+Blue) = 198+10+250=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #C60AFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60AFA is #39F505. Grayscale: #5C5C5C. Windows color (decimal): -3798278 or 16386758. OLE color: 16386758.

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

Color convert

RGB 198 10 250 -
CMYK 0.21 0.96 0 0.02
HSL 287º 0.96% 0.51% -
HSV(B) 287º 0.96% 0.98% -
XYZ 40.65 19.12 91.99 -
YUV 93.57 216.28 202.49 -
System Red Green Blue C M Y K H S L
Decimal 198 10 250 0.21 0.96 0 0.02 287 0.96 0.51
Hex C6 A FA 15 60 0 2 11F 60 33
Octal 306 12 372 25 140 0 2 437 140 63
Binary 11000110 1010 11111010 10101 1100000 0 10 100011111 1100000 110011

Color Harmonies of #C60AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AFA

Black with #C60AFA

Text Example


Text Example

White with #C60AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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