#CE01E8

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

Shades of Psychedelic Purple #CE01E8

Tints of Psychedelic Purple #CE01E8

Color information

#CE01E8 (or 0xCE01E8) is unknown color: approx Psychedelic Purple. HEX triplet: CE, 01 and E8. RGB value is (206,1,232). Sum of RGB (Red+Green+Blue) = 206+1+232=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 1 (0.78% from 255 or 0.23% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE01E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01E8 is #31FE17. Grayscale: #575757. Windows color (decimal): -3276312 or 15204814. OLE color: 15204814.

HSL color Cylindrical-coordinate representation of color #CE01E8: hue angle of 293.25º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01E8 is Cyan = 0.11, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2061232-
CMYK0.111.0000.09
HSL293.25º99.14%45.69%-
HSV(B)293.25º99.57%90.98%-
XYZ40.0318.9777.9-
YUV88.63208.92211.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 1 (0.78% from 255) = 0.23%
BLUE value IS 232 (91.02% from 255) = 52.85%
R=46.92%
G=0.23%
B=52.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20612320.111.0000.09293.2599.1445.69
HexCE1E8B6409125632e
Octal31613501314401144514356
Binary1100111011110100010111100100010011001001011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE01E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE01E8; }

 p { color: rgb(206,1,232); }

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

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

 a { background-color: rgb(206,1,232); }

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

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

 span { border-color: rgb(206,1,232); }

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