#CB1FF0

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

Shades of Electric Purple #CB1FF0

Tints of Electric Purple #CB1FF0

Color information

#CB1FF0 (or 0xCB1FF0) is unknown color: approx Electric Purple. HEX triplet: CB, 1F and F0. RGB value is (203,31,240). Sum of RGB (Red+Green+Blue) = 203+31+240=474 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.83% from 474); Green value is 31 (12.5% from 255 or 6.54% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB1FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB1FF0 is #34E00F. Grayscale: #696969. Windows color (decimal): -3465232 or 15736779. OLE color: 15736779.

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

Color convert

RGB20331240-
CMYK0.150.8700.06
HSL289.38º87.45%53.14%-
HSV(B)289.38º87.08%94.12%-
XYZ40.8519.9784.14-
YUV106.25203.48197.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.83%
GREEN value IS 31 (12.5% from 255) = 6.54%
BLUE value IS 240 (94.14% from 255) = 50.63%
R=42.83%
G=6.54%
B=50.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal203312400.150.8700.06289.3887.4553.14
HexCB1FF0F57061215735
Octal31337360171270644112765
Binary1100101111111111100001111101011101101001000011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB1FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB1FF0; }

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

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

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

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

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

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

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

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