Html Css Color HEX #C708FF Electric Purple

📋 copy color: '#C708FF'

red 199 ◦ green 8 ◦ blue 255

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

Shades of Electric Purple #C708FF

Tints of Electric Purple #C708FF

RGB

 RED value IS 199 (78.13% from 255) = 43.07%

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

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

R = 43.07%
G = 1.73%
B = 55.19%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C708FF (or 0xC708FF) is known color: Electric Purple. HEX triplet: C7, 08 and FF. RGB value is (199,8,255). Sum of RGB (Red+Green+Blue) = 199+8+255=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 8 (3.52% from 255 or 1.73% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #C708FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C708FF is #38F700. Grayscale: #5C5C5C. Windows color (decimal): -3733249 or 16713927. OLE color: 16713927.

HSL color Cylindrical-coordinate representation of color #C708FF: hue angle of 286.4º 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 #C708FF is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 199 8 255 -
CMYK 0.22 0.97 0 0
HSL 286.4º 1% 0.52% -
HSV(B) 286.4º 0.97% 1% -
XYZ 41.69 19.54 96.18 -
YUV 93.27 219.28 203.42 -
System Red Green Blue C M Y K H S L
Decimal 199 8 255 0.22 0.97 0 0 286.4 1 0.52
Hex C7 8 FF 16 61 0 0 11E 64 34
Octal 307 10 377 26 141 0 0 436 144 64
Binary 11000111 1000 11111111 10110 1100001 0 0 100011110 1100100 110100

Color Harmonies of #C708FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C708FF

Black with #C708FF

Text Example


Text Example

White with #C708FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C708FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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