#cd1ff0

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

Shades of Electric Purple #CD1FF0

Tints of Electric Purple #CD1FF0

Color information

#CD1FF0 (or 0xCD1FF0) is unknown color: approx Electric Purple. HEX triplet: CD, 1F and F0. RGB value is (205,31,240). Sum of RGB (Red+Green+Blue) = 205+31+240=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 31 (12.5% from 255 or 6.51% from 476); Blue value is 240 (94.14% from 255 or 50.42% from 476); Max value from RGB is 240 - color contains mainly: blue. Hex color #CD1FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD1FF0 is #32E00F. Grayscale: #6A6A6A. Windows color (decimal): -3334160 or 15736781. OLE color: 15736781.

HSL color Cylindrical-coordinate representation of color #CD1FF0: hue angle of 289.95º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CD1FF0 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB20531240-
CMYK0.150.8700.06
HSL289.95º87.45%53.14%-
HSV(B)289.95º87.08%94.12%-
XYZ41.420.2584.17-
YUV106.85203.15198.01-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 31 (12.5% from 255) = 6.51%
BLUE value IS 240 (94.14% from 255) = 50.42%
R=43.07%
G=6.51%
B=50.42%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal205312400.150.8700.06289.9587.4553.14
HexCD1FF0F57061225735
Octal31537360171270644212765
Binary1100110111111111100001111101011101101001000101010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd1ff0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd1ff0; }

 p { color: rgb(205,31,240); }

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

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

 a { background-color: rgb(205,31,240); }

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

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

 span { border-color: rgb(205,31,240); }

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