#CD19F7

Color #CD19F7 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #CD19F7

Tints of Electric Purple #CD19F7

Color information

#CD19F7 (or 0xCD19F7) is unknown color: approx Electric Purple. HEX triplet: CD, 19 and F7. RGB value is (205,25,247). Sum of RGB (Red+Green+Blue) = 205+25+247=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 25 (10.16% from 255 or 5.24% from 477); Blue value is 247 (96.88% from 255 or 51.78% from 477); Max value from RGB is 247 - color contains mainly: blue. Hex color #CD19F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD19F7 is #32E608. Grayscale: #676767. Windows color (decimal): -3335689 or 16193997. OLE color: 16193997.

HSL color Cylindrical-coordinate representation of color #CD19F7: hue angle of 288.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CD19F7 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20525247-
CMYK0.170.9000.03
HSL288.65º93.28%53.33%-
HSV(B)288.65º89.88%96.86%-
XYZ42.3120.3989.7-
YUV104.13208.63199.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.98%
GREEN value IS 25 (10.16% from 255) = 5.24%
BLUE value IS 247 (96.88% from 255) = 51.78%
R=42.98%
G=5.24%
B=51.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal205252470.170.9000.03288.6593.2853.33
HexCD19F7115A031215d35
Octal31531367211320344113565
Binary1100110111001111101111000110110100111001000011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD19F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD19F7; }

 p { color: rgb(205,25,247); }

 H1.HeaderClassName
 {
   color: #CD19F7;
 }
 .AnyTagClassName
 {
   color: #CD19F7;
 }
</style>
background-color css

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

 a { background-color: rgb(205,25,247); }

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

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

 span { border-color: rgb(205,25,247); }

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