#CC2BFD

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

Shades of Electric Purple #CC2BFD

Tints of Electric Purple #CC2BFD

Color information

#CC2BFD (or 0xCC2BFD) is unknown color: approx Electric Purple. HEX triplet: CC, 2B and FD. RGB value is (204,43,253). Sum of RGB (Red+Green+Blue) = 204+43+253=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 43 (17.19% from 255 or 8.6% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC2BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC2BFD is #33D402. Grayscale: #727272. Windows color (decimal): -3396611 or 16591820. OLE color: 16591820.

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

Color convert

RGB20443253-
CMYK0.190.8300.01
HSL286º98.13%58.04%-
HSV(B)286º83%99.22%-
XYZ43.521.6694.82-
YUV115.08205.84191.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.8%
GREEN value IS 43 (17.19% from 255) = 8.6%
BLUE value IS 253 (99.22% from 255) = 50.6%
R=40.8%
G=8.6%
B=50.6%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal204432530.190.8300.0128698.1358.04
HexCC2BFD13530111e623a
Octal31453375231230143614272
Binary1100110010101111111101100111010011011000111101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC2BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC2BFD; }

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

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

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

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

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

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

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

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