Html Css Color HEX #C616FB Electric Purple

📋 copy color: '#C616FB'

red 198 ◦ green 22 ◦ blue 251

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

Shades of Electric Purple #C616FB

Tints of Electric Purple #C616FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.29%

R = 42.04%
G = 4.67%
B = 53.29%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C616FB (or 0xC616FB) is known color: Electric Purple. HEX triplet: C6, 16 and FB. RGB value is (198,22,251). Sum of RGB (Red+Green+Blue) = 198+22+251=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 22 (8.98% from 255 or 4.67% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #C616FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C616FB is #39E904. Grayscale: #636363. Windows color (decimal): -3795205 or 16455366. OLE color: 16455366.

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

Color convert

RGB 198 22 251 -
CMYK 0.21 0.91 0 0.02
HSL 286.11º 0.97% 0.54% -
HSV(B) 286.11º 0.91% 0.98% -
XYZ 40.99 19.54 92.88 -
YUV 100.73 212.81 197.38 -
System Red Green Blue C M Y K H S L
Decimal 198 22 251 0.21 0.91 0 0.02 286.11 0.97 0.54
Hex C6 16 FB 15 5B 0 2 11E 61 36
Octal 306 26 373 25 133 0 2 436 141 66
Binary 11000110 10110 11111011 10101 1011011 0 10 100011110 1100001 110110

Color Harmonies of #C616FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C616FB

Black with #C616FB

Text Example


Text Example

White with #C616FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C616FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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