Html Css Color HEX #C006EB Electric Purple

📋 copy color: '#C006EB'

red 192 ◦ green 6 ◦ blue 235

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

Shades of Electric Purple #C006EB

Tints of Electric Purple #C006EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.27%

R = 44.34%
G = 1.39%
B = 54.27%

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

#C006EB (or 0xC006EB) is known color: Electric Purple. HEX triplet: C0, 06 and EB. RGB value is (192,6,235). Sum of RGB (Red+Green+Blue) = 192+6+235=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #C006EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C006EB is #3FF914. Grayscale: #565656. Windows color (decimal): -4192533 or 15402688. OLE color: 15402688.

HSL color Cylindrical-coordinate representation of color #C006EB: hue angle of 288.73º 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 #C006EB is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 6 235 -
CMYK 0.18 0.97 0 0.08
HSL 288.73º 0.95% 0.47% -
HSV(B) 288.73º 0.97% 0.92% -
XYZ 36.8 17.33 80 -
YUV 87.72 211.12 202.38 -
System Red Green Blue C M Y K H S L
Decimal 192 6 235 0.18 0.97 0 0.08 288.73 0.95 0.47
Hex C0 6 EB 12 61 0 8 121 5F 2F
Octal 300 6 353 22 141 0 10 441 137 57
Binary 11000000 110 11101011 10010 1100001 0 1000 100100001 1011111 101111

Color Harmonies of #C006EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C006EB

Black with #C006EB

Text Example


Text Example

White with #C006EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C006EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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