Html Css Color HEX #CE2AEE Psychedelic Purple

📋 copy color: '#CE2AEE'

red 206 ◦ green 42 ◦ blue 238

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

Shades of Psychedelic Purple #CE2AEE

Tints of Psychedelic Purple #CE2AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 42.39%
G = 8.64%
B = 48.97%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE2AEE (or 0xCE2AEE) is known color: Psychedelic Purple. HEX triplet: CE, 2A and EE. RGB value is (206,42,238). Sum of RGB (Red+Green+Blue) = 206+42+238=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 42 (16.80% from 255 or 8.64% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE2AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2AEE is #31D511. Grayscale: #707070. Windows color (decimal): -3265810 or 15608526. OLE color: 15608526.

HSL color Cylindrical-coordinate representation of color #CE2AEE: hue angle of 290.2º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2AEE is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 42 238 -
CMYK 0.13 0.82 0 0.07
HSL 290.2º 0.85% 0.55% -
HSV(B) 290.2º 0.82% 0.93% -
XYZ 41.71 20.95 82.73 -
YUV 113.38 198.33 194.06 -
System Red Green Blue C M Y K H S L
Decimal 206 42 238 0.13 0.82 0 0.07 290.2 0.85 0.55
Hex CE 2A EE D 52 0 7 122 55 37
Octal 316 52 356 15 122 0 7 442 125 67
Binary 11001110 101010 11101110 1101 1010010 0 111 100100010 1010101 110111

Color Harmonies of #CE2AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2AEE

Black with #CE2AEE

Text Example


Text Example

White with #CE2AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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