Html Css Color HEX #C626FB Electric Purple

📋 copy color: '#C626FB'

red 198 ◦ green 38 ◦ blue 251

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

Shades of Electric Purple #C626FB

Tints of Electric Purple #C626FB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.8%

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

R = 40.66%
G = 7.8%
B = 51.54%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C626FB (or 0xC626FB) is known color: Electric Purple. HEX triplet: C6, 26 and FB. RGB value is (198,38,251). Sum of RGB (Red+Green+Blue) = 198+38+251=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 38 (15.23% from 255 or 7.80% from 487); Blue value is 251 (98.44% from 255 or 51.54% from 487); Max value from RGB is 251 - color contains mainly: blue. Hex color #C626FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C626FB is #39D904. Grayscale: #6D6D6D. Windows color (decimal): -3791109 or 16459462. OLE color: 16459462.

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

Color convert

RGB 198 38 251 -
CMYK 0.21 0.85 0 0.02
HSL 285.07º 0.96% 0.57% -
HSV(B) 285.07º 0.85% 0.98% -
XYZ 41.39 20.36 93.01 -
YUV 110.12 207.51 190.68 -
System Red Green Blue C M Y K H S L
Decimal 198 38 251 0.21 0.85 0 0.02 285.07 0.96 0.57
Hex C6 26 FB 15 55 0 2 11D 60 39
Octal 306 46 373 25 125 0 2 435 140 71
Binary 11000110 100110 11111011 10101 1010101 0 10 100011101 1100000 111001

Color Harmonies of #C626FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C626FB

Black with #C626FB

Text Example


Text Example

White with #C626FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C626FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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