#CD03FC

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

Shades of Electric Purple #CD03FC

Tints of Electric Purple #CD03FC

Color information

#CD03FC (or 0xCD03FC) is unknown color: approx Electric Purple. HEX triplet: CD, 03 and FC. RGB value is (205,3,252). Sum of RGB (Red+Green+Blue) = 205+3+252=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 3 (1.56% from 255 or 0.65% from 460); Blue value is 252 (98.83% from 255 or 54.78% from 460); Max value from RGB is 252 - color contains mainly: blue. Hex color #CD03FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CD03FC is #32FC03. Grayscale: #5A5A5A. Windows color (decimal): -3341316 or 16516045. OLE color: 16516045.

HSL color Cylindrical-coordinate representation of color #CD03FC: hue angle of 288.67º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD03FC is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB2053252-
CMYK0.190.9900.01
HSL288.67º97.65%50%-
HSV(B)288.67º98.81%98.82%-
XYZ42.7820.0793.72-
YUV91.78218.42208.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.57%
GREEN value IS 3 (1.56% from 255) = 0.65%
BLUE value IS 252 (98.83% from 255) = 54.78%
R=44.57%
G=0.65%
B=54.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal20532520.190.9900.01288.6797.6550
HexCD3FC1363011216232
Octal3153374231430144114262
Binary110011011111111100100111100011011001000011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD03FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD03FC; }

 p { color: rgb(205,3,252); }

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

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

 a { background-color: rgb(205,3,252); }

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

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

 span { border-color: rgb(205,3,252); }

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