#CE1BF8

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

Shades of Psychedelic Purple #CE1BF8

Tints of Psychedelic Purple #CE1BF8

Color information

#CE1BF8 (or 0xCE1BF8) is unknown color: approx Psychedelic Purple. HEX triplet: CE, 1B and F8. RGB value is (206,27,248). Sum of RGB (Red+Green+Blue) = 206+27+248=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 27 (10.94% from 255 or 5.61% from 481); Blue value is 248 (97.27% from 255 or 51.56% from 481); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE1BF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1BF8 is #31E407. Grayscale: #696969. Windows color (decimal): -3269640 or 16260046. OLE color: 16260046.

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

Color convert

RGB20627248-
CMYK0.170.8900.03
HSL288.6º94.04%53.92%-
HSV(B)288.6º89.11%97.25%-
XYZ42.7920.6890.54-
YUV105.72208.3199.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.83%
GREEN value IS 27 (10.94% from 255) = 5.61%
BLUE value IS 248 (97.27% from 255) = 51.56%
R=42.83%
G=5.61%
B=51.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal206272480.170.8900.03288.694.0453.92
HexCE1BF81159031215e36
Octal31633370211310344113666
Binary1100111011011111110001000110110010111001000011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE1BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE1BF8; }

 p { color: rgb(206,27,248); }

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

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

 a { background-color: rgb(206,27,248); }

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

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

 span { border-color: rgb(206,27,248); }

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