Html Css Color HEX #C61DFF Electric Purple

📋 copy color: '#C61DFF'

red 198 ◦ green 29 ◦ blue 255

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

Shades of Electric Purple #C61DFF

Tints of Electric Purple #C61DFF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.02%

 BLUE value IS 255 (100% from 255) = 52.9%

R = 41.08%
G = 6.02%
B = 52.9%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C61DFF (or 0xC61DFF) is known color: Electric Purple. HEX triplet: C6, 1D and FF. RGB value is (198,29,255). Sum of RGB (Red+Green+Blue) = 198+29+255=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #C61DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61DFF is #39E200. Grayscale: #686868. Windows color (decimal): -3793409 or 16719302. OLE color: 16719302.

HSL color Cylindrical-coordinate representation of color #C61DFF: hue angle of 284.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61DFF is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 29 255 -
CMYK 0.22 0.89 0 0
HSL 284.87º 1% 0.56% -
HSV(B) 284.87º 0.89% 1% -
XYZ 41.78 20.1 96.29 -
YUV 105.3 212.49 194.12 -
System Red Green Blue C M Y K H S L
Decimal 198 29 255 0.22 0.89 0 0 284.87 1 0.56
Hex C6 1D FF 16 59 0 0 11D 64 38
Octal 306 35 377 26 131 0 0 435 144 70
Binary 11000110 11101 11111111 10110 1011001 0 0 100011101 1100100 111000

Color Harmonies of #C61DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61DFF

Black with #C61DFF

Text Example


Text Example

White with #C61DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61DFF; }

 p { color: rgb(198,29,255); }

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

background-color css

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

 a { background-color: rgb(198,29,255); }

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

border-color css

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

 span { border-color: rgb(198,29,255); }

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