Html Css Color HEX #C600EB Electric Purple

📋 copy color: '#C600EB'

red 198 ◦ green 0 ◦ blue 235

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

Shades of Electric Purple #C600EB

Tints of Electric Purple #C600EB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.73%
G = 0%
B = 54.27%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C600EB (or 0xC600EB) is known color: Electric Purple. HEX triplet: C6, 00 and EB. RGB value is (198,0,235). Sum of RGB (Red+Green+Blue) = 198+0+235=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 0 (0.39% from 255 or 0% 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 #C600EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600EB is #39FF14. Grayscale: #555555. Windows color (decimal): -3800853 or 15401158. OLE color: 15401158.

HSL color Cylindrical-coordinate representation of color #C600EB: hue angle of 290.55º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600EB is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 0 235 -
CMYK 0.16 1 0 0.08
HSL 290.55º 1% 0.46% -
HSV(B) 290.55º 1% 0.92% -
XYZ 38.28 18 80.05 -
YUV 85.99 212.1 207.89 -
System Red Green Blue C M Y K H S L
Decimal 198 0 235 0.16 1 0 0.08 290.55 1 0.46
Hex C6 0 EB 10 64 0 8 123 64 2E
Octal 306 0 353 20 144 0 10 443 144 56
Binary 11000110 0 11101011 10000 1100100 0 1000 100100011 1100100 101110

Color Harmonies of #C600EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600EB

Black with #C600EB

Text Example


Text Example

White with #C600EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600EB; }

 p { color: rgb(198,0,235); }

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

background-color css

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

 a { background-color: rgb(198,0,235); }

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

border-color css

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

 span { border-color: rgb(198,0,235); }

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