Html Css Color HEX #C70DFD Electric Purple

📋 copy color: '#C70DFD'

red 199 ◦ green 13 ◦ blue 253

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

Shades of Electric Purple #C70DFD

Tints of Electric Purple #C70DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.41%

R = 42.8%
G = 2.8%
B = 54.41%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C70DFD (or 0xC70DFD) is known color: Electric Purple. HEX triplet: C7, 0D and FD. RGB value is (199,13,253). Sum of RGB (Red+Green+Blue) = 199+13+253=465 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.80% from 465); Green value is 13 (5.47% from 255 or 2.80% from 465); Blue value is 253 (99.22% from 255 or 54.41% from 465); Max value from RGB is 253 - color contains mainly: blue. Hex color #C70DFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70DFD is #38F202. Grayscale: #5F5F5F. Windows color (decimal): -3731971 or 16584135. OLE color: 16584135.

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

Color convert

RGB 199 13 253 -
CMYK 0.21 0.95 0 0.01
HSL 286.5º 0.98% 0.52% -
HSV(B) 286.5º 0.95% 0.99% -
XYZ 41.43 19.52 94.51 -
YUV 95.97 216.62 201.49 -
System Red Green Blue C M Y K H S L
Decimal 199 13 253 0.21 0.95 0 0.01 286.5 0.98 0.52
Hex C7 D FD 15 5F 0 1 11E 62 34
Octal 307 15 375 25 137 0 1 436 142 64
Binary 11000111 1101 11111101 10101 1011111 0 1 100011110 1100010 110100

Color Harmonies of #C70DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C70DFD

Black with #C70DFD

Text Example


Text Example

White with #C70DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C70DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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