Html Css Color HEX #CE2AEB Psychedelic Purple

📋 copy color: '#CE2AEB'

red 206 ◦ green 42 ◦ blue 235

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

Shades of Psychedelic Purple #CE2AEB

Tints of Psychedelic Purple #CE2AEB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.7%

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

R = 42.65%
G = 8.7%
B = 48.65%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE2AEB (or 0xCE2AEB) is known color: Psychedelic Purple. HEX triplet: CE, 2A and EB. RGB value is (206,42,235). Sum of RGB (Red+Green+Blue) = 206+42+235=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE2AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2AEB is #31D514. Grayscale: #707070. Windows color (decimal): -3265813 or 15411918. OLE color: 15411918.

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

Color convert

RGB 206 42 235 -
CMYK 0.12 0.82 0 0.08
HSL 290.98º 0.83% 0.54% -
HSV(B) 290.98º 0.82% 0.92% -
XYZ 41.28 20.78 80.43 -
YUV 113.04 196.83 194.31 -
System Red Green Blue C M Y K H S L
Decimal 206 42 235 0.12 0.82 0 0.08 290.98 0.83 0.54
Hex CE 2A EB C 52 0 8 123 53 36
Octal 316 52 353 14 122 0 10 443 123 66
Binary 11001110 101010 11101011 1100 1010010 0 1000 100100011 1010011 110110

Color Harmonies of #CE2AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AEB

Black with #CE2AEB

Text Example


Text Example

White with #CE2AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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