Html Css Color HEX #C405FF Electric Purple

📋 copy color: '#C405FF'

red 196 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #C405FF

Tints of Electric Purple #C405FF

RGB

 RED value IS 196 (76.95% from 255) = 42.98%

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

 BLUE value IS 255 (100% from 255) = 55.92%

R = 42.98%
G = 1.1%
B = 55.92%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C405FF (or 0xC405FF) is known color: Electric Purple. HEX triplet: C4, 05 and FF. RGB value is (196,5,255). Sum of RGB (Red+Green+Blue) = 196+5+255=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 5 (2.34% from 255 or 1.10% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #C405FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C405FF is #3BFA00. Grayscale: #595959. Windows color (decimal): -3930625 or 16713156. OLE color: 16713156.

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

Color convert

RGB 196 5 255 -
CMYK 0.23 0.98 0 0
HSL 285.84º 1% 0.51% -
HSV(B) 285.84º 0.98% 1% -
XYZ 40.87 19.06 96.13 -
YUV 90.61 220.78 203.17 -
System Red Green Blue C M Y K H S L
Decimal 196 5 255 0.23 0.98 0 0 285.84 1 0.51
Hex C4 5 FF 17 62 0 0 11E 64 33
Octal 304 5 377 27 142 0 0 436 144 63
Binary 11000100 101 11111111 10111 1100010 0 0 100011110 1100100 110011

Color Harmonies of #C405FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C405FF

Black with #C405FF

Text Example


Text Example

White with #C405FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C405FF; }

 p { color: rgb(196,5,255); }

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

background-color css

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

 a { background-color: rgb(196,5,255); }

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

border-color css

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

 span { border-color: rgb(196,5,255); }

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