Html Css Color HEX #C006EA Electric Purple

📋 copy color: '#C006EA'

red 192 ◦ green 6 ◦ blue 234

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

Shades of Electric Purple #C006EA

Tints of Electric Purple #C006EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.17%

R = 44.44%
G = 1.39%
B = 54.17%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C006EA (or 0xC006EA) is known color: Electric Purple. HEX triplet: C0, 06 and EA. RGB value is (192,6,234). Sum of RGB (Red+Green+Blue) = 192+6+234=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 6 (2.73% from 255 or 1.39% from 432); Blue value is 234 (91.80% from 255 or 54.17% from 432); Max value from RGB is 234 - color contains mainly: blue. Hex color #C006EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006EA is #3FF915. Grayscale: #565656. Windows color (decimal): -4192534 or 15337152. OLE color: 15337152.

HSL color Cylindrical-coordinate representation of color #C006EA: hue angle of 288.95º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C006EA is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 6 234 -
CMYK 0.18 0.97 0 0.08
HSL 288.95º 0.95% 0.47% -
HSV(B) 288.95º 0.97% 0.92% -
XYZ 36.65 17.28 79.24 -
YUV 87.61 210.62 202.46 -
System Red Green Blue C M Y K H S L
Decimal 192 6 234 0.18 0.97 0 0.08 288.95 0.95 0.47
Hex C0 6 EA 12 61 0 8 121 5F 2F
Octal 300 6 352 22 141 0 10 441 137 57
Binary 11000000 110 11101010 10010 1100001 0 1000 100100001 1011111 101111

Color Harmonies of #C006EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006EA

Black with #C006EA

Text Example


Text Example

White with #C006EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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