Html Css Color HEX #C613FF Electric Purple

📋 copy color: '#C613FF'

red 198 ◦ green 19 ◦ blue 255

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

Shades of Electric Purple #C613FF

Tints of Electric Purple #C613FF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.03%

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

R = 41.95%
G = 4.03%
B = 54.03%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C613FF (or 0xC613FF) is known color: Electric Purple. HEX triplet: C6, 13 and FF. RGB value is (198,19,255). Sum of RGB (Red+Green+Blue) = 198+19+255=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 19 (7.81% from 255 or 4.03% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #C613FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C613FF is #39EC00. Grayscale: #626262. Windows color (decimal): -3795969 or 16716742. OLE color: 16716742.

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

Color convert

RGB 198 19 255 -
CMYK 0.22 0.93 0 0
HSL 285.51º 1% 0.54% -
HSV(B) 285.51º 0.93% 1% -
XYZ 41.57 19.69 96.22 -
YUV 99.43 215.8 198.31 -
System Red Green Blue C M Y K H S L
Decimal 198 19 255 0.22 0.93 0 0 285.51 1 0.54
Hex C6 13 FF 16 5D 0 0 11E 64 36
Octal 306 23 377 26 135 0 0 436 144 66
Binary 11000110 10011 11111111 10110 1011101 0 0 100011110 1100100 110110

Color Harmonies of #C613FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C613FF

Black with #C613FF

Text Example


Text Example

White with #C613FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C613FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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