Html Css Color HEX #C615FD Electric Purple

📋 copy color: '#C615FD'

red 198 ◦ green 21 ◦ blue 253

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

Shades of Electric Purple #C615FD

Tints of Electric Purple #C615FD

RGB

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

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

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

R = 41.95%
G = 4.45%
B = 53.6%

CMYK

 C value IS 0.22

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C615FD (or 0xC615FD) is known color: Electric Purple. HEX triplet: C6, 15 and FD. RGB value is (198,21,253). Sum of RGB (Red+Green+Blue) = 198+21+253=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 21 (8.59% from 255 or 4.45% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #C615FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C615FD is #39EA02. Grayscale: #636363. Windows color (decimal): -3795459 or 16586182. OLE color: 16586182.

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

Color convert

RGB 198 21 253 -
CMYK 0.22 0.92 0 0.01
HSL 285.78º 0.98% 0.54% -
HSV(B) 285.78º 0.92% 0.99% -
XYZ 41.29 19.63 94.54 -
YUV 100.37 214.14 197.64 -
System Red Green Blue C M Y K H S L
Decimal 198 21 253 0.22 0.92 0 0.01 285.78 0.98 0.54
Hex C6 15 FD 16 5C 0 1 11E 62 36
Octal 306 25 375 26 134 0 1 436 142 66
Binary 11000110 10101 11111101 10110 1011100 0 1 100011110 1100010 110110

Color Harmonies of #C615FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C615FD

Black with #C615FD

Text Example


Text Example

White with #C615FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C615FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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