Html Css Color HEX #CE21EE Psychedelic Purple

📋 copy color: '#CE21EE'

red 206 ◦ green 33 ◦ blue 238

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

Shades of Psychedelic Purple #CE21EE

Tints of Psychedelic Purple #CE21EE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.92%

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

R = 43.19%
G = 6.92%
B = 49.9%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE21EE (or 0xCE21EE) is known color: Psychedelic Purple. HEX triplet: CE, 21 and EE. RGB value is (206,33,238). Sum of RGB (Red+Green+Blue) = 206+33+238=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 33 (13.28% from 255 or 6.92% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE21EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE21EE is #31DE11. Grayscale: #6B6B6B. Windows color (decimal): -3268114 or 15606222. OLE color: 15606222.

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

Color convert

RGB 206 33 238 -
CMYK 0.13 0.86 0 0.07
HSL 290.63º 0.86% 0.53% -
HSV(B) 290.63º 0.86% 0.93% -
XYZ 41.43 20.38 82.64 -
YUV 108.1 201.31 197.83 -
System Red Green Blue C M Y K H S L
Decimal 206 33 238 0.13 0.86 0 0.07 290.63 0.86 0.53
Hex CE 21 EE D 56 0 7 123 56 35
Octal 316 41 356 15 126 0 7 443 126 65
Binary 11001110 100001 11101110 1101 1010110 0 111 100100011 1010110 110101

Color Harmonies of #CE21EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21EE

Black with #CE21EE

Text Example


Text Example

White with #CE21EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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