#CD06FE

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

Shades of Electric Purple #CD06FE

Tints of Electric Purple #CD06FE

Color information

#CD06FE (or 0xCD06FE) is unknown color: approx Electric Purple. HEX triplet: CD, 06 and FE. RGB value is (205,6,254). Sum of RGB (Red+Green+Blue) = 205+6+254=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD06FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD06FE is #32F901. Grayscale: #5C5C5C. Windows color (decimal): -3340546 or 16647885. OLE color: 16647885.

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

Color convert

RGB2056254-
CMYK0.190.9800.00
HSL288.15º99.2%50.98%-
HSV(B)288.15º97.64%99.61%-
XYZ43.1320.2795.4-
YUV93.77218.43207.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.09%
GREEN value IS 6 (2.73% from 255) = 1.29%
BLUE value IS 254 (99.61% from 255) = 54.62%
R=44.09%
G=1.29%
B=54.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal20562540.190.9800.00288.1599.250.98
HexCD6FE1362001206333
Octal3156376231420044014363
Binary1100110111011111110100111100010001001000001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD06FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD06FE; }

 p { color: rgb(205,6,254); }

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

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

 a { background-color: rgb(205,6,254); }

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

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

 span { border-color: rgb(205,6,254); }

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