Html Css Color HEX #C61BEB Electric Purple

📋 copy color: '#C61BEB'

red 198 ◦ green 27 ◦ blue 235

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

Shades of Electric Purple #C61BEB

Tints of Electric Purple #C61BEB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.87%

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

R = 43.04%
G = 5.87%
B = 51.09%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C61BEB (or 0xC61BEB) is known color: Electric Purple. HEX triplet: C6, 1B and EB. RGB value is (198,27,235). Sum of RGB (Red+Green+Blue) = 198+27+235=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 27 (10.94% from 255 or 5.87% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #C61BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61BEB is #39E414. Grayscale: #656565. Windows color (decimal): -3793941 or 15408070. OLE color: 15408070.

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

Color convert

RGB 198 27 235 -
CMYK 0.16 0.89 0 0.08
HSL 289.33º 0.84% 0.51% -
HSV(B) 289.33º 0.89% 0.92% -
XYZ 38.68 18.79 80.19 -
YUV 101.84 203.15 196.59 -
System Red Green Blue C M Y K H S L
Decimal 198 27 235 0.16 0.89 0 0.08 289.33 0.84 0.51
Hex C6 1B EB 10 59 0 8 121 54 33
Octal 306 33 353 20 131 0 10 441 124 63
Binary 11000110 11011 11101011 10000 1011001 0 1000 100100001 1010100 110011

Color Harmonies of #C61BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61BEB

Black with #C61BEB

Text Example


Text Example

White with #C61BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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