#CB16F8

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

Shades of Electric Purple #CB16F8

Tints of Electric Purple #CB16F8

Color information

#CB16F8 (or 0xCB16F8) is unknown color: approx Electric Purple. HEX triplet: CB, 16 and F8. RGB value is (203,22,248). Sum of RGB (Red+Green+Blue) = 203+22+248=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 22 (8.98% from 255 or 4.65% from 473); Blue value is 248 (97.27% from 255 or 52.43% from 473); Max value from RGB is 248 - color contains mainly: blue. Hex color #CB16F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CB16F8 is #34E907. Grayscale: #656565. Windows color (decimal): -3467528 or 16258763. OLE color: 16258763.

HSL color Cylindrical-coordinate representation of color #CB16F8: hue angle of 288.05º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB16F8 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB20322248-
CMYK0.180.9100.03
HSL288.05º94.17%52.94%-
HSV(B)288.05º91.13%97.25%-
XYZ41.8620.0590.47-
YUV101.88210.47200.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 42.92%
GREEN value IS 22 (8.98% from 255) = 4.65%
BLUE value IS 248 (97.27% from 255) = 52.43%
R=42.92%
G=4.65%
B=52.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal203222480.180.9100.03288.0594.1752.94
HexCB16F8125B031205e35
Octal31326370221330344013665
Binary1100101110110111110001001010110110111001000001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB16F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB16F8; }

 p { color: rgb(203,22,248); }

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

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

 a { background-color: rgb(203,22,248); }

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

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

 span { border-color: rgb(203,22,248); }

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