Html Css Color HEX #C600E8 Electric Purple

📋 copy color: '#C600E8'

red 198 ◦ green 0 ◦ blue 232

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

Shades of Electric Purple #C600E8

Tints of Electric Purple #C600E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 53.95%

R = 46.05%
G = 0%
B = 53.95%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C600E8 (or 0xC600E8) is known color: Electric Purple. HEX triplet: C6, 00 and E8. RGB value is (198,0,232). Sum of RGB (Red+Green+Blue) = 198+0+232=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #C600E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C600E8 is #39FF17. Grayscale: #545454. Windows color (decimal): -3800856 or 15204550. OLE color: 15204550.

HSL color Cylindrical-coordinate representation of color #C600E8: hue angle of 291.21º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C600E8 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 0 232 -
CMYK 0.15 1 0 0.09
HSL 291.21º 1% 0.45% -
HSV(B) 291.21º 1% 0.91% -
XYZ 37.85 17.83 77.79 -
YUV 85.65 210.6 208.14 -
System Red Green Blue C M Y K H S L
Decimal 198 0 232 0.15 1 0 0.09 291.21 1 0.45
Hex C6 0 E8 F 64 0 9 123 64 2D
Octal 306 0 350 17 144 0 11 443 144 55
Binary 11000110 0 11101000 1111 1100100 0 1001 100100011 1100100 101101

Color Harmonies of #C600E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C600E8

Black with #C600E8

Text Example


Text Example

White with #C600E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C600E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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