Html Css Color HEX #C626FC Electric Purple

📋 copy color: '#C626FC'

red 198 ◦ green 38 ◦ blue 252

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

Shades of Electric Purple #C626FC

Tints of Electric Purple #C626FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.64%

R = 40.57%
G = 7.79%
B = 51.64%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C626FC (or 0xC626FC) is known color: Electric Purple. HEX triplet: C6, 26 and FC. RGB value is (198,38,252). Sum of RGB (Red+Green+Blue) = 198+38+252=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 38 (15.23% from 255 or 7.79% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #C626FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C626FC is #39D903. Grayscale: #6D6D6D. Windows color (decimal): -3791108 or 16524998. OLE color: 16524998.

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

Color convert

RGB 198 38 252 -
CMYK 0.21 0.85 0 0.01
HSL 284.86º 0.97% 0.57% -
HSV(B) 284.86º 0.85% 0.99% -
XYZ 41.55 20.42 93.85 -
YUV 110.24 208.01 190.6 -
System Red Green Blue C M Y K H S L
Decimal 198 38 252 0.21 0.85 0 0.01 284.86 0.97 0.57
Hex C6 26 FC 15 55 0 1 11D 61 39
Octal 306 46 374 25 125 0 1 435 141 71
Binary 11000110 100110 11111100 10101 1010101 0 1 100011101 1100001 111001

Color Harmonies of #C626FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C626FC

Black with #C626FC

Text Example


Text Example

White with #C626FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C626FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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