Html Css Color HEX #CE1AEB Psychedelic Purple

📋 copy color: '#CE1AEB'

red 206 ◦ green 26 ◦ blue 235

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

Shades of Psychedelic Purple #CE1AEB

Tints of Psychedelic Purple #CE1AEB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.57%

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

R = 44.11%
G = 5.57%
B = 50.32%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE1AEB (or 0xCE1AEB) is known color: Psychedelic Purple. HEX triplet: CE, 1A and EB. RGB value is (206,26,235). Sum of RGB (Red+Green+Blue) = 206+26+235=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE1AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE1AEB is #31E514. Grayscale: #666666. Windows color (decimal): -3269909 or 15407822. OLE color: 15407822.

HSL color Cylindrical-coordinate representation of color #CE1AEB: hue angle of 291.67º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CE1AEB is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 26 235 -
CMYK 0.12 0.89 0 0.08
HSL 291.67º 0.84% 0.51% -
HSV(B) 291.67º 0.89% 0.92% -
XYZ 40.82 19.86 80.28 -
YUV 103.65 202.13 201.01 -
System Red Green Blue C M Y K H S L
Decimal 206 26 235 0.12 0.89 0 0.08 291.67 0.84 0.51
Hex CE 1A EB C 59 0 8 124 54 33
Octal 316 32 353 14 131 0 10 444 124 63
Binary 11001110 11010 11101011 1100 1011001 0 1000 100100100 1010100 110011

Color Harmonies of #CE1AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE1AEB

Black with #CE1AEB

Text Example


Text Example

White with #CE1AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE1AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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