Html Css Color HEX #CE15EF Psychedelic Purple

📋 copy color: '#CE15EF'

red 206 ◦ green 21 ◦ blue 239

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

Shades of Psychedelic Purple #CE15EF

Tints of Psychedelic Purple #CE15EF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.51%

 BLUE value IS 239 (93.75% from 255) = 51.29%

R = 44.21%
G = 4.51%
B = 51.29%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE15EF (or 0xCE15EF) is known color: Psychedelic Purple. HEX triplet: CE, 15 and EF. RGB value is (206,21,239). Sum of RGB (Red+Green+Blue) = 206+21+239=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE15EF is #31EA10. Grayscale: #646464. Windows color (decimal): -3271185 or 15668686. OLE color: 15668686.

HSL color Cylindrical-coordinate representation of color #CE15EF: hue angle of 290.92º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE15EF is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 21 239 -
CMYK 0.14 0.91 0 0.06
HSL 290.92º 0.87% 0.51% -
HSV(B) 290.92º 0.91% 0.94% -
XYZ 41.3 19.89 83.32 -
YUV 101.17 205.79 202.77 -
System Red Green Blue C M Y K H S L
Decimal 206 21 239 0.14 0.91 0 0.06 290.92 0.87 0.51
Hex CE 15 EF E 5B 0 6 123 57 33
Octal 316 25 357 16 133 0 6 443 127 63
Binary 11001110 10101 11101111 1110 1011011 0 110 100100011 1010111 110011

Color Harmonies of #CE15EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15EF

Black with #CE15EF

Text Example


Text Example

White with #CE15EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15EF; }

 p { color: rgb(206,21,239); }

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

background-color css

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

 a { background-color: rgb(206,21,239); }

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

border-color css

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

 span { border-color: rgb(206,21,239); }

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