Html Css Color HEX #C005F5 Electric Purple

📋 copy color: '#C005F5'

red 192 ◦ green 5 ◦ blue 245

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

Shades of Electric Purple #C005F5

Tints of Electric Purple #C005F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 55.43%

R = 43.44%
G = 1.13%
B = 55.43%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C005F5 (or 0xC005F5) is known color: Electric Purple. HEX triplet: C0, 05 and F5. RGB value is (192,5,245). Sum of RGB (Red+Green+Blue) = 192+5+245=442 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.44% from 442); Green value is 5 (2.34% from 255 or 1.13% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #C005F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005F5 is #3FFA0A. Grayscale: #575757. Windows color (decimal): -4192779 or 16057792. OLE color: 16057792.

HSL color Cylindrical-coordinate representation of color #C005F5: hue angle of 286.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005F5 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 5 245 -
CMYK 0.22 0.98 0 0.04
HSL 286.75º 0.96% 0.49% -
HSV(B) 286.75º 0.98% 0.96% -
XYZ 38.27 17.91 87.83 -
YUV 88.27 216.45 201.99 -
System Red Green Blue C M Y K H S L
Decimal 192 5 245 0.22 0.98 0 0.04 286.75 0.96 0.49
Hex C0 5 F5 16 62 0 4 11F 60 31
Octal 300 5 365 26 142 0 4 437 140 61
Binary 11000000 101 11110101 10110 1100010 0 100 100011111 1100000 110001

Color Harmonies of #C005F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005F5

Black with #C005F5

Text Example


Text Example

White with #C005F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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