#cc18fd

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

Shades of Electric Purple #CC18FD

Tints of Electric Purple #CC18FD

Color information

#CC18FD (or 0xCC18FD) is unknown color: approx Electric Purple. HEX triplet: CC, 18 and FD. RGB value is (204,24,253). Sum of RGB (Red+Green+Blue) = 204+24+253=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 24 (9.77% from 255 or 4.99% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC18FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CC18FD is #33E702. Grayscale: #676767. Windows color (decimal): -3401475 or 16586956. OLE color: 16586956.

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

Color convert

RGB20424253-
CMYK0.190.9100.01
HSL287.16º98.28%54.31%-
HSV(B)287.16º90.51%99.22%-
XYZ42.9620.5894.64-
YUV103.93212.13199.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 42.41%
GREEN value IS 24 (9.77% from 255) = 4.99%
BLUE value IS 253 (99.22% from 255) = 52.60%
R=42.41%
G=4.99%
B=52.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204242530.190.9100.01287.1698.2854.31
HexCC18FD135B0111f6236
Octal31430375231330143714266
Binary110011001100011111101100111011011011000111111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc18fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc18fd; }

 p { color: rgb(204,24,253); }

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

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

 a { background-color: rgb(204,24,253); }

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

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

 span { border-color: rgb(204,24,253); }

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