Html Css Color HEX #CE21ED Psychedelic Purple

📋 copy color: '#CE21ED'

red 206 ◦ green 33 ◦ blue 237

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

Shades of Psychedelic Purple #CE21ED

Tints of Psychedelic Purple #CE21ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.79%

R = 43.28%
G = 6.93%
B = 49.79%

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

#CE21ED (or 0xCE21ED) is known color: Psychedelic Purple. HEX triplet: CE, 21 and ED. RGB value is (206,33,237). Sum of RGB (Red+Green+Blue) = 206+33+237=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 33 (13.28% from 255 or 6.93% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE21ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE21ED is #31DE12. Grayscale: #6B6B6B. Windows color (decimal): -3268115 or 15540686. OLE color: 15540686.

HSL color Cylindrical-coordinate representation of color #CE21ED: hue angle of 290.88º degrees, saturation: 0.85, 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 #CE21ED is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 33 237 -
CMYK 0.13 0.86 0 0.07
HSL 290.88º 0.85% 0.53% -
HSV(B) 290.88º 0.86% 0.93% -
XYZ 41.28 20.32 81.87 -
YUV 107.98 200.81 197.91 -
System Red Green Blue C M Y K H S L
Decimal 206 33 237 0.13 0.86 0 0.07 290.88 0.85 0.53
Hex CE 21 ED D 56 0 7 123 55 35
Octal 316 41 355 15 126 0 7 443 125 65
Binary 11001110 100001 11101101 1101 1010110 0 111 100100011 1010101 110101

Color Harmonies of #CE21ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21ED

Black with #CE21ED

Text Example


Text Example

White with #CE21ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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