Html Css Color HEX #C61EEA Electric Purple

📋 copy color: '#C61EEA'

red 198 ◦ green 30 ◦ blue 234

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

Shades of Electric Purple #C61EEA

Tints of Electric Purple #C61EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 42.86%
G = 6.49%
B = 50.65%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C61EEA (or 0xC61EEA) is known color: Electric Purple. HEX triplet: C6, 1E and EA. RGB value is (198,30,234). Sum of RGB (Red+Green+Blue) = 198+30+234=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #C61EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EEA is #39E115. Grayscale: #666666. Windows color (decimal): -3793174 or 15343302. OLE color: 15343302.

HSL color Cylindrical-coordinate representation of color #C61EEA: hue angle of 289.41º degrees, saturation: 0.83, 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 #C61EEA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 30 234 -
CMYK 0.15 0.87 0 0.08
HSL 289.41º 0.83% 0.52% -
HSV(B) 289.41º 0.87% 0.92% -
XYZ 38.6 18.87 79.45 -
YUV 103.49 201.66 195.41 -
System Red Green Blue C M Y K H S L
Decimal 198 30 234 0.15 0.87 0 0.08 289.41 0.83 0.52
Hex C6 1E EA F 57 0 8 121 53 34
Octal 306 36 352 17 127 0 10 441 123 64
Binary 11000110 11110 11101010 1111 1010111 0 1000 100100001 1010011 110100

Color Harmonies of #C61EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61EEA

Black with #C61EEA

Text Example


Text Example

White with #C61EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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