Html Css Color HEX #CE01EB Psychedelic Purple

📋 copy color: '#CE01EB'

red 206 ◦ green 1 ◦ blue 235

#CE01EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Psychedelic Purple #CE01EB

Tints of Psychedelic Purple #CE01EB

RGB

 RED value IS 206 (80.86% from 255) = 46.61%

 GREEN value IS 1 (0.78% from 255) = 0.23%

 BLUE value IS 235 (92.19% from 255) = 53.17%

R = 46.61%
G = 0.23%
B = 53.17%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE01EB (or 0xCE01EB) is known color: Psychedelic Purple. HEX triplet: CE, 01 and EB. RGB value is (206,1,235). Sum of RGB (Red+Green+Blue) = 206+1+235=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 1 (0.78% from 255 or 0.23% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE01EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01EB is #31FE14. Grayscale: #585858. Windows color (decimal): -3276309 or 15401422. OLE color: 15401422.

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

Color convert

RGB 206 1 235 -
CMYK 0.12 1.00 0 0.08
HSL 292.56º 0.99% 0.46% -
HSV(B) 292.56º 1% 0.92% -
XYZ 40.46 19.14 80.16 -
YUV 88.97 210.42 211.47 -
System Red Green Blue C M Y K H S L
Decimal 206 1 235 0.12 1.00 0 0.08 292.56 0.99 0.46
Hex CE 1 EB C 64 0 8 125 63 2E
Octal 316 1 353 14 144 0 10 445 143 56
Binary 11001110 1 11101011 1100 1100100 0 1000 100100101 1100011 101110

Color Harmonies of #CE01EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01EB

Black with #CE01EB

Text Example


Text Example

White with #CE01EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01EB; }

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

 H1.HeaderClassName
 {
   color: #CE01EB;
 }
 .AnyTagClassName
 {
   color: #CE01EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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