Html Css Color HEX #C60EEB Electric Purple

📋 copy color: '#C60EEB'

red 198 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #C60EEB

Tints of Electric Purple #C60EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.13%

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

R = 44.3%
G = 3.13%
B = 52.57%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C60EEB (or 0xC60EEB) is known color: Electric Purple. HEX triplet: C6, 0E and EB. RGB value is (198,14,235). Sum of RGB (Red+Green+Blue) = 198+14+235=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 14 (5.86% from 255 or 3.13% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #C60EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EEB is #39F114. Grayscale: #5D5D5D. Windows color (decimal): -3797269 or 15404742. OLE color: 15404742.

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

Color convert

RGB 198 14 235 -
CMYK 0.16 0.94 0 0.08
HSL 289.95º 0.89% 0.49% -
HSV(B) 289.95º 0.94% 0.92% -
XYZ 38.44 18.32 80.11 -
YUV 94.21 207.46 202.03 -
System Red Green Blue C M Y K H S L
Decimal 198 14 235 0.16 0.94 0 0.08 289.95 0.89 0.49
Hex C6 E EB 10 5E 0 8 122 59 31
Octal 306 16 353 20 136 0 10 442 131 61
Binary 11000110 1110 11101011 10000 1011110 0 1000 100100010 1011001 110001

Color Harmonies of #C60EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60EEB

Black with #C60EEB

Text Example


Text Example

White with #C60EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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