Html Css Color HEX #C70BFE Electric Purple

📋 copy color: '#C70BFE'

red 199 ◦ green 11 ◦ blue 254

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

Shades of Electric Purple #C70BFE

Tints of Electric Purple #C70BFE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.37%

 BLUE value IS 254 (99.61% from 255) = 54.74%

R = 42.89%
G = 2.37%
B = 54.74%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C70BFE (or 0xC70BFE) is known color: Electric Purple. HEX triplet: C7, 0B and FE. RGB value is (199,11,254). Sum of RGB (Red+Green+Blue) = 199+11+254=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #C70BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70BFE is #38F401. Grayscale: #5E5E5E. Windows color (decimal): -3732482 or 16649159. OLE color: 16649159.

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

Color convert

RGB 199 11 254 -
CMYK 0.22 0.96 0 0.00
HSL 286.42º 0.99% 0.52% -
HSV(B) 286.42º 0.96% 1% -
XYZ 41.56 19.54 95.35 -
YUV 94.91 217.78 202.24 -
System Red Green Blue C M Y K H S L
Decimal 199 11 254 0.22 0.96 0 0.00 286.42 0.99 0.52
Hex C7 B FE 16 60 0 0 11E 63 34
Octal 307 13 376 26 140 0 0 436 143 64
Binary 11000111 1011 11111110 10110 1100000 0 0 100011110 1100011 110100

Color Harmonies of #C70BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70BFE

Black with #C70BFE

Text Example


Text Example

White with #C70BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70BFE; }

 p { color: rgb(199,11,254); }

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

background-color css

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

 a { background-color: rgb(199,11,254); }

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

border-color css

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

 span { border-color: rgb(199,11,254); }

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