Html Css Color HEX #C60DF0 Electric Purple

📋 copy color: '#C60DF0'

red 198 ◦ green 13 ◦ blue 240

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

Shades of Electric Purple #C60DF0

Tints of Electric Purple #C60DF0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.88%

 BLUE value IS 240 (94.14% from 255) = 53.22%

R = 43.9%
G = 2.88%
B = 53.22%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C60DF0 (or 0xC60DF0) is known color: Electric Purple. HEX triplet: C6, 0D and F0. RGB value is (198,13,240). Sum of RGB (Red+Green+Blue) = 198+13+240=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 13 (5.47% from 255 or 2.88% from 451); Blue value is 240 (94.14% from 255 or 53.22% from 451); Max value from RGB is 240 - color contains mainly: blue. Hex color #C60DF0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60DF0 is #39F20F. Grayscale: #5D5D5D. Windows color (decimal): -3797520 or 15732166. OLE color: 15732166.

HSL color Cylindrical-coordinate representation of color #C60DF0: hue angle of 288.9º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60DF0 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 13 240 -
CMYK 0.18 0.95 0 0.06
HSL 288.9º 0.9% 0.5% -
HSV(B) 288.9º 0.95% 0.94% -
XYZ 39.16 18.58 83.96 -
YUV 94.19 210.29 202.04 -
System Red Green Blue C M Y K H S L
Decimal 198 13 240 0.18 0.95 0 0.06 288.9 0.9 0.5
Hex C6 D F0 12 5F 0 6 121 5A 32
Octal 306 15 360 22 137 0 6 441 132 62
Binary 11000110 1101 11110000 10010 1011111 0 110 100100001 1011010 110010

Color Harmonies of #C60DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60DF0

Black with #C60DF0

Text Example


Text Example

White with #C60DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60DF0; }

 p { color: rgb(198,13,240); }

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

background-color css

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

 a { background-color: rgb(198,13,240); }

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

border-color css

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

 span { border-color: rgb(198,13,240); }

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