Html Css Color HEX #CE29EB Psychedelic Purple

📋 copy color: '#CE29EB'

red 206 ◦ green 41 ◦ blue 235

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

Shades of Psychedelic Purple #CE29EB

Tints of Psychedelic Purple #CE29EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.51%

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

R = 42.74%
G = 8.51%
B = 48.76%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE29EB (or 0xCE29EB) is known color: Psychedelic Purple. HEX triplet: CE, 29 and EB. RGB value is (206,41,235). Sum of RGB (Red+Green+Blue) = 206+41+235=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 41 (16.41% from 255 or 8.51% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE29EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE29EB is #31D614. Grayscale: #6F6F6F. Windows color (decimal): -3266069 or 15411662. OLE color: 15411662.

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

Color convert

RGB 206 41 235 -
CMYK 0.12 0.83 0 0.08
HSL 291.03º 0.83% 0.54% -
HSV(B) 291.03º 0.83% 0.92% -
XYZ 41.24 20.71 80.42 -
YUV 112.45 197.16 194.73 -
System Red Green Blue C M Y K H S L
Decimal 206 41 235 0.12 0.83 0 0.08 291.03 0.83 0.54
Hex CE 29 EB C 53 0 8 123 53 36
Octal 316 51 353 14 123 0 10 443 123 66
Binary 11001110 101001 11101011 1100 1010011 0 1000 100100011 1010011 110110

Color Harmonies of #CE29EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29EB

Black with #CE29EB

Text Example


Text Example

White with #CE29EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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