Html Css Color HEX #CE28EB Psychedelic Purple

📋 copy color: '#CE28EB'

red 206 ◦ green 40 ◦ blue 235

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

Shades of Psychedelic Purple #CE28EB

Tints of Psychedelic Purple #CE28EB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.32%

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

R = 42.83%
G = 8.32%
B = 48.86%

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

#CE28EB (or 0xCE28EB) is known color: Psychedelic Purple. HEX triplet: CE, 28 and EB. RGB value is (206,40,235). Sum of RGB (Red+Green+Blue) = 206+40+235=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE28EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE28EB is #31D714. Grayscale: #6F6F6F. Windows color (decimal): -3266325 or 15411406. OLE color: 15411406.

HSL color Cylindrical-coordinate representation of color #CE28EB: hue angle of 291.08º 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 #CE28EB is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 40 235 -
CMYK 0.12 0.83 0 0.08
HSL 291.08º 0.83% 0.54% -
HSV(B) 291.08º 0.83% 0.92% -
XYZ 41.21 20.64 80.41 -
YUV 111.86 197.5 195.14 -
System Red Green Blue C M Y K H S L
Decimal 206 40 235 0.12 0.83 0 0.08 291.08 0.83 0.54
Hex CE 28 EB C 53 0 8 123 53 36
Octal 316 50 353 14 123 0 10 443 123 66
Binary 11001110 101000 11101011 1100 1010011 0 1000 100100011 1010011 110110

Color Harmonies of #CE28EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE28EB

Black with #CE28EB

Text Example


Text Example

White with #CE28EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE28EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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