Html Css Color HEX #CE24ED Psychedelic Purple

📋 copy color: '#CE24ED'

red 206 ◦ green 36 ◦ blue 237

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

Shades of Psychedelic Purple #CE24ED

Tints of Psychedelic Purple #CE24ED

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.52%

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

R = 43.01%
G = 7.52%
B = 49.48%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE24ED (or 0xCE24ED) is known color: Psychedelic Purple. HEX triplet: CE, 24 and ED. RGB value is (206,36,237). Sum of RGB (Red+Green+Blue) = 206+36+237=479 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.01% from 479); Green value is 36 (14.45% from 255 or 7.52% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE24ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE24ED is #31DB12. Grayscale: #6D6D6D. Windows color (decimal): -3267347 or 15541454. OLE color: 15541454.

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

Color convert

RGB 206 36 237 -
CMYK 0.13 0.85 0 0.07
HSL 290.75º 0.85% 0.54% -
HSV(B) 290.75º 0.85% 0.93% -
XYZ 41.37 20.5 81.9 -
YUV 109.74 199.82 196.66 -
System Red Green Blue C M Y K H S L
Decimal 206 36 237 0.13 0.85 0 0.07 290.75 0.85 0.54
Hex CE 24 ED D 55 0 7 123 55 36
Octal 316 44 355 15 125 0 7 443 125 66
Binary 11001110 100100 11101101 1101 1010101 0 111 100100011 1010101 110110

Color Harmonies of #CE24ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE24ED

Black with #CE24ED

Text Example


Text Example

White with #CE24ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE24ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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