Html Css Color HEX #C005FD Electric Purple

📋 copy color: '#C005FD'

red 192 ◦ green 5 ◦ blue 253

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

Shades of Electric Purple #C005FD

Tints of Electric Purple #C005FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

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

R = 42.67%
G = 1.11%
B = 56.22%

CMYK

 C value IS 0.24

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C005FD (or 0xC005FD) is known color: Electric Purple. HEX triplet: C0, 05 and FD. RGB value is (192,5,253). Sum of RGB (Red+Green+Blue) = 192+5+253=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 5 (2.34% from 255 or 1.11% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #C005FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005FD is #3FFA02. Grayscale: #585858. Windows color (decimal): -4192771 or 16582080. OLE color: 16582080.

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

Color convert

RGB 192 5 253 -
CMYK 0.24 0.98 0 0.01
HSL 285.24º 0.98% 0.51% -
HSV(B) 285.24º 0.98% 0.99% -
XYZ 39.52 18.41 94.4 -
YUV 89.19 220.45 201.33 -
System Red Green Blue C M Y K H S L
Decimal 192 5 253 0.24 0.98 0 0.01 285.24 0.98 0.51
Hex C0 5 FD 18 62 0 1 11D 62 33
Octal 300 5 375 30 142 0 1 435 142 63
Binary 11000000 101 11111101 11000 1100010 0 1 100011101 1100010 110011

Color Harmonies of #C005FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005FD

Black with #C005FD

Text Example


Text Example

White with #C005FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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