Html Css Color HEX #CE21E7 Psychedelic Purple

📋 copy color: '#CE21E7'

red 206 ◦ green 33 ◦ blue 231

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

Shades of Psychedelic Purple #CE21E7

Tints of Psychedelic Purple #CE21E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 49.15%

R = 43.83%
G = 7.02%
B = 49.15%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE21E7 (or 0xCE21E7) is known color: Psychedelic Purple. HEX triplet: CE, 21 and E7. RGB value is (206,33,231). Sum of RGB (Red+Green+Blue) = 206+33+231=470 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.83% from 470); Green value is 33 (13.28% from 255 or 7.02% from 470); Blue value is 231 (90.62% from 255 or 49.15% from 470); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE21E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE21E7 is #31DE18. Grayscale: #6A6A6A. Windows color (decimal): -3268121 or 15147470. OLE color: 15147470.

HSL color Cylindrical-coordinate representation of color #CE21E7: hue angle of 292.42º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE21E7 is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 33 231 -
CMYK 0.11 0.86 0 0.09
HSL 292.42º 0.8% 0.52% -
HSV(B) 292.42º 0.86% 0.91% -
XYZ 40.42 19.98 77.33 -
YUV 107.3 197.81 198.4 -
System Red Green Blue C M Y K H S L
Decimal 206 33 231 0.11 0.86 0 0.09 292.42 0.8 0.52
Hex CE 21 E7 B 56 0 9 124 50 34
Octal 316 41 347 13 126 0 11 444 120 64
Binary 11001110 100001 11100111 1011 1010110 0 1001 100100100 1010000 110100

Color Harmonies of #CE21E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE21E7

Black with #CE21E7

Text Example


Text Example

White with #CE21E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE21E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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