#CD16F9

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

Shades of Electric Purple #CD16F9

Tints of Electric Purple #CD16F9

Color information

#CD16F9 (or 0xCD16F9) is unknown color: approx Electric Purple. HEX triplet: CD, 16 and F9. RGB value is (205,22,249). Sum of RGB (Red+Green+Blue) = 205+22+249=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 22 (8.98% from 255 or 4.62% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD16F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD16F9 is #32E906. Grayscale: #656565. Windows color (decimal): -3336455 or 16324301. OLE color: 16324301.

HSL color Cylindrical-coordinate representation of color #CD16F9: hue angle of 288.37º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CD16F9 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20522249-
CMYK0.180.9100.02
HSL288.37º94.98%53.14%-
HSV(B)288.37º91.16%97.65%-
XYZ42.5620.3991.32-
YUV102.6210.63201.04-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 43.07%
GREEN value IS 22 (8.98% from 255) = 4.62%
BLUE value IS 249 (97.66% from 255) = 52.31%
R=43.07%
G=4.62%
B=52.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205222490.180.9100.02288.3794.9853.14
HexCD16F9125B021205f35
Octal31526371221330244013765
Binary1100110110110111110011001010110110101001000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD16F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD16F9; }

 p { color: rgb(205,22,249); }

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

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

 a { background-color: rgb(205,22,249); }

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

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

 span { border-color: rgb(205,22,249); }

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