#CD23F1

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

Shades of Electric Purple #CD23F1

Tints of Electric Purple #CD23F1

Color information

#CD23F1 (or 0xCD23F1) is unknown color: approx Electric Purple. HEX triplet: CD, 23 and F1. RGB value is (205,35,241). Sum of RGB (Red+Green+Blue) = 205+35+241=481 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.62% from 481); Green value is 35 (14.06% from 255 or 7.28% from 481); Blue value is 241 (94.53% from 255 or 50.10% from 481); Max value from RGB is 241 - color contains mainly: blue. Hex color #CD23F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD23F1 is #32DC0E. Grayscale: #6C6C6C. Windows color (decimal): -3333135 or 15803341. OLE color: 15803341.

HSL color Cylindrical-coordinate representation of color #CD23F1: hue angle of 289.51º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CD23F1 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20535241-
CMYK0.150.8500.05
HSL289.51º88.03%54.12%-
HSV(B)289.51º85.48%94.51%-
XYZ41.6620.5384.99-
YUV109.31202.32196.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 42.62%
GREEN value IS 35 (14.06% from 255) = 7.28%
BLUE value IS 241 (94.53% from 255) = 50.10%
R=42.62%
G=7.28%
B=50.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal205352410.150.8500.05289.5188.0354.12
HexCD23F1F55051225836
Octal31543361171250544213066
Binary11001101100011111100011111101010101011001000101011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD23F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD23F1; }

 p { color: rgb(205,35,241); }

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

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

 a { background-color: rgb(205,35,241); }

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

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

 span { border-color: rgb(205,35,241); }

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