Html Css Color HEX #C008FF Electric Purple

📋 copy color: '#C008FF'

red 192 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #C008FF

Tints of Electric Purple #C008FF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.76%

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

R = 42.2%
G = 1.76%
B = 56.04%

CMYK

 C value IS 0.25

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C008FF (or 0xC008FF) is known color: Electric Purple. HEX triplet: C0, 08 and FF. RGB value is (192,8,255). Sum of RGB (Red+Green+Blue) = 192+8+255=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #C008FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C008FF is #3FF700. Grayscale: #5A5A5A. Windows color (decimal): -4192001 or 16713920. OLE color: 16713920.

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

Color convert

RGB 192 8 255 -
CMYK 0.25 0.97 0 0
HSL 284.7º 1% 0.52% -
HSV(B) 284.7º 0.97% 1% -
XYZ 39.88 18.6 96.1 -
YUV 91.17 220.46 199.92 -
System Red Green Blue C M Y K H S L
Decimal 192 8 255 0.25 0.97 0 0 284.7 1 0.52
Hex C0 8 FF 19 61 0 0 11D 64 34
Octal 300 10 377 31 141 0 0 435 144 64
Binary 11000000 1000 11111111 11001 1100001 0 0 100011101 1100100 110100

Color Harmonies of #C008FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008FF

Black with #C008FF

Text Example


Text Example

White with #C008FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008FF; }

 p { color: rgb(192,8,255); }

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

background-color css

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

 a { background-color: rgb(192,8,255); }

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

border-color css

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

 span { border-color: rgb(192,8,255); }

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