#CD33FF

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

Shades of Electric Purple #CD33FF

Tints of Electric Purple #CD33FF

Color information

#CD33FF (or 0xCD33FF) is unknown color: approx Electric Purple. HEX triplet: CD, 33 and FF. RGB value is (205,51,255). Sum of RGB (Red+Green+Blue) = 205+51+255=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 51 (20.31% from 255 or 9.98% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD33FF is #32CC00. Grayscale: #777777. Windows color (decimal): -3329025 or 16724941. OLE color: 16724941.

HSL color Cylindrical-coordinate representation of color #CD33FF: hue angle of 285.29º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD33FF is Cyan = 0.20, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20551255-
CMYK0.200.800
HSL285.29º100%60%-
HSV(B)285.29º80%100%-
XYZ44.4122.5796.62-
YUV120.3204.02188.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.12%
GREEN value IS 51 (20.31% from 255) = 9.98%
BLUE value IS 255 (100% from 255) = 49.90%
R=40.12%
G=9.98%
B=49.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal205512550.200.800285.2910060
HexCD33FF14500011d643c
Octal31563377241200043514474
Binary1100110111001111111111101001010000001000111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD33FF; }

 p { color: rgb(205,51,255); }

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

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

 a { background-color: rgb(205,51,255); }

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

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

 span { border-color: rgb(205,51,255); }

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