Html Css Color HEX #C615FF Electric Purple

📋 copy color: '#C615FF'

red 198 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #C615FF

Tints of Electric Purple #C615FF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.43%

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

R = 41.77%
G = 4.43%
B = 53.8%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C615FF (or 0xC615FF) is known color: Electric Purple. HEX triplet: C6, 15 and FF. RGB value is (198,21,255). Sum of RGB (Red+Green+Blue) = 198+21+255=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 21 (8.59% from 255 or 4.43% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #C615FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C615FF is #39EA00. Grayscale: #636363. Windows color (decimal): -3795457 or 16717254. OLE color: 16717254.

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

Color convert

RGB 198 21 255 -
CMYK 0.22 0.92 0 0
HSL 285.38º 1% 0.54% -
HSV(B) 285.38º 0.92% 1% -
XYZ 41.61 19.76 96.23 -
YUV 100.6 215.14 197.47 -
System Red Green Blue C M Y K H S L
Decimal 198 21 255 0.22 0.92 0 0 285.38 1 0.54
Hex C6 15 FF 16 5C 0 0 11D 64 36
Octal 306 25 377 26 134 0 0 435 144 66
Binary 11000110 10101 11111111 10110 1011100 0 0 100011101 1100100 110110

Color Harmonies of #C615FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615FF

Black with #C615FF

Text Example


Text Example

White with #C615FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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