Html Css Color HEX #C626FD Electric Purple

📋 copy color: '#C626FD'

red 198 ◦ green 38 ◦ blue 253

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

Shades of Electric Purple #C626FD

Tints of Electric Purple #C626FD

RGB

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

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

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

R = 40.49%
G = 7.77%
B = 51.74%

CMYK

 C value IS 0.22

 M value IS 0.85

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C626FD (or 0xC626FD) is known color: Electric Purple. HEX triplet: C6, 26 and FD. RGB value is (198,38,253). Sum of RGB (Red+Green+Blue) = 198+38+253=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 38 (15.23% from 255 or 7.77% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #C626FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C626FD is #39D902. Grayscale: #6D6D6D. Windows color (decimal): -3791107 or 16590534. OLE color: 16590534.

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

Color convert

RGB 198 38 253 -
CMYK 0.22 0.85 0 0.01
HSL 284.65º 0.98% 0.57% -
HSV(B) 284.65º 0.85% 0.99% -
XYZ 41.71 20.48 94.68 -
YUV 110.35 208.51 190.52 -
System Red Green Blue C M Y K H S L
Decimal 198 38 253 0.22 0.85 0 0.01 284.65 0.98 0.57
Hex C6 26 FD 16 55 0 1 11D 62 39
Octal 306 46 375 26 125 0 1 435 142 71
Binary 11000110 100110 11111101 10110 1010101 0 1 100011101 1100010 111001

Color Harmonies of #C626FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C626FD

Black with #C626FD

Text Example


Text Example

White with #C626FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C626FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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