Html Css Color HEX #C60AFF Electric Purple

📋 copy color: '#C60AFF'

red 198 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #C60AFF

Tints of Electric Purple #C60AFF

RGB

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

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

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

R = 42.76%
G = 2.16%
B = 55.08%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C60AFF (or 0xC60AFF) is known color: Electric Purple. HEX triplet: C6, 0A and FF. RGB value is (198,10,255). Sum of RGB (Red+Green+Blue) = 198+10+255=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 10 (4.30% from 255 or 2.16% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #C60AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60AFF is #39F500. Grayscale: #5D5D5D. Windows color (decimal): -3798273 or 16714438. OLE color: 16714438.

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

Color convert

RGB 198 10 255 -
CMYK 0.22 0.96 0 0
HSL 286.04º 1% 0.52% -
HSV(B) 286.04º 0.96% 1% -
XYZ 41.45 19.44 96.18 -
YUV 94.14 218.78 202.08 -
System Red Green Blue C M Y K H S L
Decimal 198 10 255 0.22 0.96 0 0 286.04 1 0.52
Hex C6 A FF 16 60 0 0 11E 64 34
Octal 306 12 377 26 140 0 0 436 144 64
Binary 11000110 1010 11111111 10110 1100000 0 0 100011110 1100100 110100

Color Harmonies of #C60AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AFF

Black with #C60AFF

Text Example


Text Example

White with #C60AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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