#CB03F0

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

Shades of Electric Purple #CB03F0

Tints of Electric Purple #CB03F0

Color information

#CB03F0 (or 0xCB03F0) is unknown color: approx Electric Purple. HEX triplet: CB, 03 and F0. RGB value is (203,3,240). Sum of RGB (Red+Green+Blue) = 203+3+240=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB03F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB03F0 is #34FC0F. Grayscale: #595959. Windows color (decimal): -3472400 or 15729611. OLE color: 15729611.

HSL color Cylindrical-coordinate representation of color #CB03F0: hue angle of 290.63º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CB03F0 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB2033240-
CMYK0.150.9900.06
HSL290.63º97.53%47.65%-
HSV(B)290.63º98.75%94.12%-
XYZ40.3919.0583.99-
YUV89.82212.76208.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 3 (1.56% from 255) = 0.67%
BLUE value IS 240 (94.14% from 255) = 53.81%
R=45.52%
G=0.67%
B=53.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal20332400.150.9900.06290.6397.5347.65
HexCB3F0F63061236230
Octal3133360171430644314260
Binary1100101111111100001111110001101101001000111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB03F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB03F0; }

 p { color: rgb(203,3,240); }

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

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

 a { background-color: rgb(203,3,240); }

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

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

 span { border-color: rgb(203,3,240); }

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