Html Css Color HEX #C61EEB Electric Purple

📋 copy color: '#C61EEB'

red 198 ◦ green 30 ◦ blue 235

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

Shades of Electric Purple #C61EEB

Tints of Electric Purple #C61EEB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.48%

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

R = 42.76%
G = 6.48%
B = 50.76%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C61EEB (or 0xC61EEB) is known color: Electric Purple. HEX triplet: C6, 1E and EB. RGB value is (198,30,235). Sum of RGB (Red+Green+Blue) = 198+30+235=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #C61EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EEB is #39E114. Grayscale: #666666. Windows color (decimal): -3793173 or 15408838. OLE color: 15408838.

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

Color convert

RGB 198 30 235 -
CMYK 0.16 0.87 0 0.08
HSL 289.17º 0.84% 0.52% -
HSV(B) 289.17º 0.87% 0.92% -
XYZ 38.75 18.93 80.21 -
YUV 103.6 202.16 195.33 -
System Red Green Blue C M Y K H S L
Decimal 198 30 235 0.16 0.87 0 0.08 289.17 0.84 0.52
Hex C6 1E EB 10 57 0 8 121 54 34
Octal 306 36 353 20 127 0 10 441 124 64
Binary 11000110 11110 11101011 10000 1010111 0 1000 100100001 1010100 110100

Color Harmonies of #C61EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61EEB

Black with #C61EEB

Text Example


Text Example

White with #C61EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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