Html Css Color HEX #C60FE8 Electric Purple

📋 copy color: '#C60FE8'

red 198 ◦ green 15 ◦ blue 232

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

Shades of Electric Purple #C60FE8

Tints of Electric Purple #C60FE8

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.37%

 BLUE value IS 232 (91.02% from 255) = 52.13%

R = 44.49%
G = 3.37%
B = 52.13%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C60FE8 (or 0xC60FE8) is known color: Electric Purple. HEX triplet: C6, 0F and E8. RGB value is (198,15,232). Sum of RGB (Red+Green+Blue) = 198+15+232=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #C60FE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60FE8 is #39F017. Grayscale: #5D5D5D. Windows color (decimal): -3797016 or 15208390. OLE color: 15208390.

HSL color Cylindrical-coordinate representation of color #C60FE8: hue angle of 290.6º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60FE8 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 15 232 -
CMYK 0.15 0.94 0 0.09
HSL 290.6º 0.88% 0.48% -
HSV(B) 290.6º 0.94% 0.91% -
XYZ 38.03 18.17 77.85 -
YUV 94.46 205.63 201.86 -
System Red Green Blue C M Y K H S L
Decimal 198 15 232 0.15 0.94 0 0.09 290.6 0.88 0.48
Hex C6 F E8 F 5E 0 9 123 58 30
Octal 306 17 350 17 136 0 11 443 130 60
Binary 11000110 1111 11101000 1111 1011110 0 1001 100100011 1011000 110000

Color Harmonies of #C60FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60FE8

Black with #C60FE8

Text Example


Text Example

White with #C60FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60FE8; }

 p { color: rgb(198,15,232); }

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

background-color css

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

 a { background-color: rgb(198,15,232); }

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

border-color css

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

 span { border-color: rgb(198,15,232); }

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