Html Css Color HEX #C60DFE Electric Purple

📋 copy color: '#C60DFE'

red 198 ◦ green 13 ◦ blue 254

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

Shades of Electric Purple #C60DFE

Tints of Electric Purple #C60DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.62%

R = 42.58%
G = 2.8%
B = 54.62%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C60DFE (or 0xC60DFE) is known color: Electric Purple. HEX triplet: C6, 0D and FE. RGB value is (198,13,254). Sum of RGB (Red+Green+Blue) = 198+13+254=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #C60DFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60DFE is #39F201. Grayscale: #5F5F5F. Windows color (decimal): -3797506 or 16649670. OLE color: 16649670.

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

Color convert

RGB 198 13 254 -
CMYK 0.22 0.95 0 0.00
HSL 286.06º 0.99% 0.52% -
HSV(B) 286.06º 0.95% 1% -
XYZ 41.32 19.45 95.34 -
YUV 95.79 217.29 200.9 -
System Red Green Blue C M Y K H S L
Decimal 198 13 254 0.22 0.95 0 0.00 286.06 0.99 0.52
Hex C6 D FE 16 5F 0 0 11E 63 34
Octal 306 15 376 26 137 0 0 436 143 64
Binary 11000110 1101 11111110 10110 1011111 0 0 100011110 1100011 110100

Color Harmonies of #C60DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60DFE

Black with #C60DFE

Text Example


Text Example

White with #C60DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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