Html Css Color HEX #C01AFD Electric Purple

📋 copy color: '#C01AFD'

red 192 ◦ green 26 ◦ blue 253

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

Shades of Electric Purple #C01AFD

Tints of Electric Purple #C01AFD

RGB

 RED value IS 192 (75.39% from 255) = 40.76%

 GREEN value IS 26 (10.55% from 255) = 5.52%

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

R = 40.76%
G = 5.52%
B = 53.72%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C01AFD (or 0xC01AFD) is known color: Electric Purple. HEX triplet: C0, 1A and FD. RGB value is (192,26,253). Sum of RGB (Red+Green+Blue) = 192+26+253=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 26 (10.55% from 255 or 5.52% from 471); Blue value is 253 (99.22% from 255 or 53.72% from 471); Max value from RGB is 253 - color contains mainly: blue. Hex color #C01AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AFD is #3FE502. Grayscale: #646464. Windows color (decimal): -4187395 or 16587456. OLE color: 16587456.

HSL color Cylindrical-coordinate representation of color #C01AFD: hue angle of 283.88º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01AFD is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 26 253 -
CMYK 0.24 0.90 0 0.01
HSL 283.88º 0.98% 0.55% -
HSV(B) 283.88º 0.9% 0.99% -
XYZ 39.84 19.04 94.5 -
YUV 101.51 213.5 192.54 -
System Red Green Blue C M Y K H S L
Decimal 192 26 253 0.24 0.90 0 0.01 283.88 0.98 0.55
Hex C0 1A FD 18 5A 0 1 11C 62 37
Octal 300 32 375 30 132 0 1 434 142 67
Binary 11000000 11010 11111101 11000 1011010 0 1 100011100 1100010 110111

Color Harmonies of #C01AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AFD

Black with #C01AFD

Text Example


Text Example

White with #C01AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AFD; }

 p { color: rgb(192,26,253); }

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

background-color css

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

 a { background-color: rgb(192,26,253); }

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

border-color css

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

 span { border-color: rgb(192,26,253); }

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