Html Css Color HEX #C70DFB Electric Purple

📋 copy color: '#C70DFB'

red 199 ◦ green 13 ◦ blue 251

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

Shades of Electric Purple #C70DFB

Tints of Electric Purple #C70DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.81%

 BLUE value IS 251 (98.44% from 255) = 54.21%

R = 42.98%
G = 2.81%
B = 54.21%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C70DFB (or 0xC70DFB) is known color: Electric Purple. HEX triplet: C7, 0D and FB. RGB value is (199,13,251). Sum of RGB (Red+Green+Blue) = 199+13+251=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 13 (5.47% from 255 or 2.81% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #C70DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70DFB is #38F204. Grayscale: #5E5E5E. Windows color (decimal): -3731973 or 16453063. OLE color: 16453063.

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

Color convert

RGB 199 13 251 -
CMYK 0.21 0.95 0 0.02
HSL 286.89º 0.97% 0.52% -
HSV(B) 286.89º 0.95% 0.98% -
XYZ 41.11 19.4 92.84 -
YUV 95.75 215.62 201.65 -
System Red Green Blue C M Y K H S L
Decimal 199 13 251 0.21 0.95 0 0.02 286.89 0.97 0.52
Hex C7 D FB 15 5F 0 2 11F 61 34
Octal 307 15 373 25 137 0 2 437 141 64
Binary 11000111 1101 11111011 10101 1011111 0 10 100011111 1100001 110100

Color Harmonies of #C70DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DFB

Black with #C70DFB

Text Example


Text Example

White with #C70DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DFB; }

 p { color: rgb(199,13,251); }

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

background-color css

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

 a { background-color: rgb(199,13,251); }

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

border-color css

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

 span { border-color: rgb(199,13,251); }

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