Html Css Color HEX #C601FD Electric Purple

📋 copy color: '#C601FD'

red 198 ◦ green 1 ◦ blue 253

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

Shades of Electric Purple #C601FD

Tints of Electric Purple #C601FD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 43.81%
G = 0.22%
B = 55.97%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C601FD (or 0xC601FD) is known color: Electric Purple. HEX triplet: C6, 01 and FD. RGB value is (198,1,253). Sum of RGB (Red+Green+Blue) = 198+1+253=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #C601FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C601FD is #39FE02. Grayscale: #575757. Windows color (decimal): -3800579 or 16581062. OLE color: 16581062.

HSL color Cylindrical-coordinate representation of color #C601FD: hue angle of 286.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C601FD is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 1 253 -
CMYK 0.22 1.00 0 0.01
HSL 286.9º 0.99% 0.5% -
HSV(B) 286.9º 1% 0.99% -
XYZ 41.03 19.12 94.46 -
YUV 88.63 220.77 206.01 -
System Red Green Blue C M Y K H S L
Decimal 198 1 253 0.22 1.00 0 0.01 286.9 0.99 0.5
Hex C6 1 FD 16 64 0 1 11F 63 32
Octal 306 1 375 26 144 0 1 437 143 62
Binary 11000110 1 11111101 10110 1100100 0 1 100011111 1100011 110010

Color Harmonies of #C601FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C601FD

Black with #C601FD

Text Example


Text Example

White with #C601FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C601FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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