#CD2CF9

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

Shades of Electric Purple #CD2CF9

Tints of Electric Purple #CD2CF9

Color information

#CD2CF9 (or 0xCD2CF9) is unknown color: approx Electric Purple. HEX triplet: CD, 2C and F9. RGB value is (205,44,249). Sum of RGB (Red+Green+Blue) = 205+44+249=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 44 (17.58% from 255 or 8.84% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #CD2CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD2CF9 is #32D306. Grayscale: #727272. Windows color (decimal): -3330823 or 16329933. OLE color: 16329933.

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

Color convert

RGB20544249-
CMYK0.180.8200.02
HSL287.12º94.47%57.45%-
HSV(B)287.12º82.33%97.65%-
XYZ43.1821.6291.52-
YUV115.51203.34191.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.16%
GREEN value IS 44 (17.58% from 255) = 8.84%
BLUE value IS 249 (97.66% from 255) = 50%
R=41.16%
G=8.84%
B=50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal205442490.180.8200.02287.1294.4757.45
HexCD2CF912520211f5e39
Octal31554371221220243713671
Binary11001101101100111110011001010100100101000111111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2CF9; }

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

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

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

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

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

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

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

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