Html Css Color HEX #C60AFD Electric Purple

📋 copy color: '#C60AFD'

red 198 ◦ green 10 ◦ blue 253

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

Shades of Electric Purple #C60AFD

Tints of Electric Purple #C60AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.88%

R = 42.95%
G = 2.17%
B = 54.88%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C60AFD (or 0xC60AFD) is known color: Electric Purple. HEX triplet: C6, 0A and FD. RGB value is (198,10,253). Sum of RGB (Red+Green+Blue) = 198+10+253=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 10 (4.30% from 255 or 2.17% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #C60AFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60AFD is #39F502. Grayscale: #5D5D5D. Windows color (decimal): -3798275 or 16583366. OLE color: 16583366.

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

Color convert

RGB 198 10 253 -
CMYK 0.22 0.96 0 0.01
HSL 286.42º 0.98% 0.52% -
HSV(B) 286.42º 0.96% 0.99% -
XYZ 41.13 19.31 94.49 -
YUV 93.91 217.78 202.24 -
System Red Green Blue C M Y K H S L
Decimal 198 10 253 0.22 0.96 0 0.01 286.42 0.98 0.52
Hex C6 A FD 16 60 0 1 11E 62 34
Octal 306 12 375 26 140 0 1 436 142 64
Binary 11000110 1010 11111101 10110 1100000 0 1 100011110 1100010 110100

Color Harmonies of #C60AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AFD

Black with #C60AFD

Text Example


Text Example

White with #C60AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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