#CB33FF

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

Shades of Electric Purple #CB33FF

Tints of Electric Purple #CB33FF

Color information

#CB33FF (or 0xCB33FF) is unknown color: approx Electric Purple. HEX triplet: CB, 33 and FF. RGB value is (203,51,255). Sum of RGB (Red+Green+Blue) = 203+51+255=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 51 (20.31% from 255 or 10.02% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #CB33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB33FF is #34CC00. Grayscale: #777777. Windows color (decimal): -3460097 or 16724939. OLE color: 16724939.

HSL color Cylindrical-coordinate representation of color #CB33FF: hue angle of 284.71º 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 #CB33FF is Cyan = 0.20, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20351255-
CMYK0.200.800
HSL284.71º100%60%-
HSV(B)284.71º80%100%-
XYZ43.8622.2896.6-
YUV119.7204.36187.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 51 (20.31% from 255) = 10.02%
BLUE value IS 255 (100% from 255) = 50.10%
R=39.88%
G=10.02%
B=50.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal203512550.200.800284.7110060
HexCB33FF14500011d643c
Octal31363377241200043514474
Binary1100101111001111111111101001010000001000111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB33FF; }

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

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

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

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

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

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

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

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