Html Css Color HEX #C61FFD Electric Purple

📋 copy color: '#C61FFD'

red 198 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #C61FFD

Tints of Electric Purple #C61FFD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.43%

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 41.08%
G = 6.43%
B = 52.49%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C61FFD (or 0xC61FFD) is known color: Electric Purple. HEX triplet: C6, 1F and FD. RGB value is (198,31,253). Sum of RGB (Red+Green+Blue) = 198+31+253=482 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.08% from 482); Green value is 31 (12.5% from 255 or 6.43% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #C61FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61FFD is #39E002. Grayscale: #696969. Windows color (decimal): -3792899 or 16588742. OLE color: 16588742.

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

Color convert

RGB 198 31 253 -
CMYK 0.22 0.88 0 0.01
HSL 285.14º 0.98% 0.56% -
HSV(B) 285.14º 0.88% 0.99% -
XYZ 41.51 20.08 94.62 -
YUV 106.24 210.83 193.45 -
System Red Green Blue C M Y K H S L
Decimal 198 31 253 0.22 0.88 0 0.01 285.14 0.98 0.56
Hex C6 1F FD 16 58 0 1 11D 62 38
Octal 306 37 375 26 130 0 1 435 142 70
Binary 11000110 11111 11111101 10110 1011000 0 1 100011101 1100010 111000

Color Harmonies of #C61FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C61FFD

Black with #C61FFD

Text Example


Text Example

White with #C61FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C61FFD; }

 p { color: rgb(198,31,253); }

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

background-color css

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

 a { background-color: rgb(198,31,253); }

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

border-color css

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

 span { border-color: rgb(198,31,253); }

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