Html Css Color HEX #C60AFB Electric Purple

📋 copy color: '#C60AFB'

red 198 ◦ green 10 ◦ blue 251

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

Shades of Electric Purple #C60AFB

Tints of Electric Purple #C60AFB

RGB

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

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

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

R = 43.14%
G = 2.18%
B = 54.68%

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

#C60AFB (or 0xC60AFB) is known color: Electric Purple. HEX triplet: C6, 0A and FB. RGB value is (198,10,251). Sum of RGB (Red+Green+Blue) = 198+10+251=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 10 (4.30% from 255 or 2.18% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #C60AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60AFB is #39F504. Grayscale: #5C5C5C. Windows color (decimal): -3798277 or 16452294. OLE color: 16452294.

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

Color convert

RGB 198 10 251 -
CMYK 0.21 0.96 0 0.02
HSL 286.81º 0.97% 0.51% -
HSV(B) 286.81º 0.96% 0.98% -
XYZ 40.81 19.19 92.82 -
YUV 93.69 216.78 202.4 -
System Red Green Blue C M Y K H S L
Decimal 198 10 251 0.21 0.96 0 0.02 286.81 0.97 0.51
Hex C6 A FB 15 60 0 2 11F 61 33
Octal 306 12 373 25 140 0 2 437 141 63
Binary 11000110 1010 11111011 10101 1100000 0 10 100011111 1100001 110011

Color Harmonies of #C60AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60AFB

Black with #C60AFB

Text Example


Text Example

White with #C60AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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