#CD31F5

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

Shades of Electric Purple #CD31F5

Tints of Electric Purple #CD31F5

Color information

#CD31F5 (or 0xCD31F5) is unknown color: approx Electric Purple. HEX triplet: CD, 31 and F5. RGB value is (205,49,245). Sum of RGB (Red+Green+Blue) = 205+49+245=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #CD31F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD31F5 is #32CE0A. Grayscale: #757575. Windows color (decimal): -3329547 or 16069069. OLE color: 16069069.

HSL color Cylindrical-coordinate representation of color #CD31F5: hue angle of 287.76º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD31F5 is Cyan = 0.16, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20549245-
CMYK0.160.800.04
HSL287.76º90.74%57.65%-
HSV(B)287.76º80%96.08%-
XYZ42.7621.7788.33-
YUV117.99199.68190.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.08%
GREEN value IS 49 (19.53% from 255) = 9.82%
BLUE value IS 245 (96.09% from 255) = 49.10%
R=41.08%
G=9.82%
B=49.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal205492450.160.800.04287.7690.7457.65
HexCD31F51050041205b3a
Octal31561365201200444013372
Binary110011011100011111010110000101000001001001000001011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD31F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD31F5; }

 p { color: rgb(205,49,245); }

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

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

 a { background-color: rgb(205,49,245); }

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

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

 span { border-color: rgb(205,49,245); }

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