Html Css Color HEX #C617FF Electric Purple

📋 copy color: '#C617FF'

red 198 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #C617FF

Tints of Electric Purple #C617FF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.83%

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

R = 41.6%
G = 4.83%
B = 53.57%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C617FF (or 0xC617FF) is known color: Electric Purple. HEX triplet: C6, 17 and FF. RGB value is (198,23,255). Sum of RGB (Red+Green+Blue) = 198+23+255=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 23 (9.38% from 255 or 4.83% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #C617FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C617FF is #39E800. Grayscale: #656565. Windows color (decimal): -3794945 or 16717766. OLE color: 16717766.

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

Color convert

RGB 198 23 255 -
CMYK 0.22 0.91 0 0
HSL 285.26º 1% 0.55% -
HSV(B) 285.26º 0.91% 1% -
XYZ 41.65 19.84 96.24 -
YUV 101.77 214.48 196.64 -
System Red Green Blue C M Y K H S L
Decimal 198 23 255 0.22 0.91 0 0 285.26 1 0.55
Hex C6 17 FF 16 5B 0 0 11D 64 37
Octal 306 27 377 26 133 0 0 435 144 67
Binary 11000110 10111 11111111 10110 1011011 0 0 100011101 1100100 110111

Color Harmonies of #C617FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C617FF

Black with #C617FF

Text Example


Text Example

White with #C617FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C617FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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