Html Css Color HEX #C618FD Electric Purple

📋 copy color: '#C618FD'

red 198 ◦ green 24 ◦ blue 253

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

Shades of Electric Purple #C618FD

Tints of Electric Purple #C618FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.05%

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

R = 41.68%
G = 5.05%
B = 53.26%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C618FD (or 0xC618FD) is known color: Electric Purple. HEX triplet: C6, 18 and FD. RGB value is (198,24,253). Sum of RGB (Red+Green+Blue) = 198+24+253=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 24 (9.77% from 255 or 5.05% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #C618FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C618FD is #39E702. Grayscale: #656565. Windows color (decimal): -3794691 or 16586950. OLE color: 16586950.

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

Color convert

RGB 198 24 253 -
CMYK 0.22 0.91 0 0.01
HSL 285.59º 0.98% 0.54% -
HSV(B) 285.59º 0.91% 0.99% -
XYZ 41.34 19.75 94.56 -
YUV 102.13 213.15 196.38 -
System Red Green Blue C M Y K H S L
Decimal 198 24 253 0.22 0.91 0 0.01 285.59 0.98 0.54
Hex C6 18 FD 16 5B 0 1 11E 62 36
Octal 306 30 375 26 133 0 1 436 142 66
Binary 11000110 11000 11111101 10110 1011011 0 1 100011110 1100010 110110

Color Harmonies of #C618FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C618FD

Black with #C618FD

Text Example


Text Example

White with #C618FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C618FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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