Html Css Color HEX #C005EF Electric Purple

📋 copy color: '#C005EF'

red 192 ◦ green 5 ◦ blue 239

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

Shades of Electric Purple #C005EF

Tints of Electric Purple #C005EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.82%

R = 44.04%
G = 1.15%
B = 54.82%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C005EF (or 0xC005EF) is known color: Electric Purple. HEX triplet: C0, 05 and EF. RGB value is (192,5,239). Sum of RGB (Red+Green+Blue) = 192+5+239=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #C005EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C005EF is #3FFA10. Grayscale: #565656. Windows color (decimal): -4192785 or 15664576. OLE color: 15664576.

HSL color Cylindrical-coordinate representation of color #C005EF: hue angle of 287.95º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C005EF is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 5 239 -
CMYK 0.20 0.98 0 0.06
HSL 287.95º 0.96% 0.48% -
HSV(B) 287.95º 0.98% 0.94% -
XYZ 37.37 17.55 83.08 -
YUV 87.59 213.45 202.47 -
System Red Green Blue C M Y K H S L
Decimal 192 5 239 0.20 0.98 0 0.06 287.95 0.96 0.48
Hex C0 5 EF 14 62 0 6 120 60 30
Octal 300 5 357 24 142 0 6 440 140 60
Binary 11000000 101 11101111 10100 1100010 0 110 100100000 1100000 110000

Color Harmonies of #C005EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C005EF

Black with #C005EF

Text Example


Text Example

White with #C005EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C005EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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