#cd26f2

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

Shades of Electric Purple #CD26F2

Tints of Electric Purple #CD26F2

Color information

#CD26F2 (or 0xCD26F2) is unknown color: approx Electric Purple. HEX triplet: CD, 26 and F2. RGB value is (205,38,242). Sum of RGB (Red+Green+Blue) = 205+38+242=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #CD26F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD26F2 is #32D90D. Grayscale: #6E6E6E. Windows color (decimal): -3332366 or 15869645. OLE color: 15869645.

HSL color Cylindrical-coordinate representation of color #CD26F2: hue angle of 289.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CD26F2 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20538242-
CMYK0.150.8400.05
HSL289.12º88.7%54.9%-
HSV(B)289.12º84.3%94.9%-
XYZ41.920.7885.81-
YUV111.19201.83194.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.27%
GREEN value IS 38 (15.23% from 255) = 7.84%
BLUE value IS 242 (94.92% from 255) = 49.90%
R=42.27%
G=7.84%
B=49.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205382420.150.8400.05289.1288.754.9
HexCD26F2F54051215937
Octal31546362171240544113167
Binary11001101100110111100101111101010001011001000011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd26f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd26f2; }

 p { color: rgb(205,38,242); }

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

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

 a { background-color: rgb(205,38,242); }

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

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

 span { border-color: rgb(205,38,242); }

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