Html Css Color HEX #C616FD Electric Purple

📋 copy color: '#C616FD'

red 198 ◦ green 22 ◦ blue 253

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

Shades of Electric Purple #C616FD

Tints of Electric Purple #C616FD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.65%

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

R = 41.86%
G = 4.65%
B = 53.49%

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

#C616FD (or 0xC616FD) is known color: Electric Purple. HEX triplet: C6, 16 and FD. RGB value is (198,22,253). Sum of RGB (Red+Green+Blue) = 198+22+253=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #C616FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C616FD is #39E902. Grayscale: #646464. Windows color (decimal): -3795203 or 16586438. OLE color: 16586438.

HSL color Cylindrical-coordinate representation of color #C616FD: hue angle of 285.71º 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 #C616FD is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 22 253 -
CMYK 0.22 0.91 0 0.01
HSL 285.71º 0.98% 0.54% -
HSV(B) 285.71º 0.91% 0.99% -
XYZ 41.31 19.67 94.55 -
YUV 100.96 213.81 197.22 -
System Red Green Blue C M Y K H S L
Decimal 198 22 253 0.22 0.91 0 0.01 285.71 0.98 0.54
Hex C6 16 FD 16 5B 0 1 11E 62 36
Octal 306 26 375 26 133 0 1 436 142 66
Binary 11000110 10110 11111101 10110 1011011 0 1 100011110 1100010 110110

Color Harmonies of #C616FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C616FD

Black with #C616FD

Text Example


Text Example

White with #C616FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C616FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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