Html Css Color HEX #C006FE Electric Purple

📋 copy color: '#C006FE'

red 192 ◦ green 6 ◦ blue 254

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

Shades of Electric Purple #C006FE

Tints of Electric Purple #C006FE

RGB

 RED value IS 192 (75.39% from 255) = 42.48%

 GREEN value IS 6 (2.73% from 255) = 1.33%

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

R = 42.48%
G = 1.33%
B = 56.19%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C006FE (or 0xC006FE) is known color: Electric Purple. HEX triplet: C0, 06 and FE. RGB value is (192,6,254). Sum of RGB (Red+Green+Blue) = 192+6+254=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 6 (2.73% from 255 or 1.33% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #C006FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006FE is #3FF901. Grayscale: #595959. Windows color (decimal): -4192514 or 16647872. OLE color: 16647872.

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

Color convert

RGB 192 6 254 -
CMYK 0.24 0.98 0 0.00
HSL 285º 0.99% 0.51% -
HSV(B) 285º 0.98% 1% -
XYZ 39.69 18.49 95.24 -
YUV 89.89 220.62 200.83 -
System Red Green Blue C M Y K H S L
Decimal 192 6 254 0.24 0.98 0 0.00 285 0.99 0.51
Hex C0 6 FE 18 62 0 0 11D 63 33
Octal 300 6 376 30 142 0 0 435 143 63
Binary 11000000 110 11111110 11000 1100010 0 0 100011101 1100011 110011

Color Harmonies of #C006FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006FE

Black with #C006FE

Text Example


Text Example

White with #C006FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006FE; }

 p { color: rgb(192,6,254); }

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

background-color css

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

 a { background-color: rgb(192,6,254); }

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

border-color css

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

 span { border-color: rgb(192,6,254); }

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