Html Css Color HEX #C006FC Electric Purple

📋 copy color: '#C006FC'

red 192 ◦ green 6 ◦ blue 252

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

Shades of Electric Purple #C006FC

Tints of Electric Purple #C006FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56%

R = 42.67%
G = 1.33%
B = 56%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C006FC (or 0xC006FC) is known color: Electric Purple. HEX triplet: C0, 06 and FC. RGB value is (192,6,252). Sum of RGB (Red+Green+Blue) = 192+6+252=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 6 (2.73% from 255 or 1.33% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #C006FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006FC is #3FF903. Grayscale: #585858. Windows color (decimal): -4192516 or 16516800. OLE color: 16516800.

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

Color convert

RGB 192 6 252 -
CMYK 0.24 0.98 0 0.01
HSL 285.37º 0.98% 0.51% -
HSV(B) 285.37º 0.98% 0.99% -
XYZ 39.37 18.36 93.57 -
YUV 89.66 219.62 201 -
System Red Green Blue C M Y K H S L
Decimal 192 6 252 0.24 0.98 0 0.01 285.37 0.98 0.51
Hex C0 6 FC 18 62 0 1 11D 62 33
Octal 300 6 374 30 142 0 1 435 142 63
Binary 11000000 110 11111100 11000 1100010 0 1 100011101 1100010 110011

Color Harmonies of #C006FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006FC

Black with #C006FC

Text Example


Text Example

White with #C006FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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