Html Css Color HEX #CE11EF Psychedelic Purple

📋 copy color: '#CE11EF'

red 206 ◦ green 17 ◦ blue 239

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

Shades of Psychedelic Purple #CE11EF

Tints of Psychedelic Purple #CE11EF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.68%

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

R = 44.59%
G = 3.68%
B = 51.73%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE11EF (or 0xCE11EF) is known color: Psychedelic Purple. HEX triplet: CE, 11 and EF. RGB value is (206,17,239). Sum of RGB (Red+Green+Blue) = 206+17+239=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 17 (7.03% from 255 or 3.68% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE11EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11EF is #31EE10. Grayscale: #626262. Windows color (decimal): -3272209 or 15667662. OLE color: 15667662.

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

Color convert

RGB 206 17 239 -
CMYK 0.14 0.93 0 0.06
HSL 291.08º 0.87% 0.5% -
HSV(B) 291.08º 0.93% 0.94% -
XYZ 41.23 19.75 83.3 -
YUV 98.82 207.12 204.45 -
System Red Green Blue C M Y K H S L
Decimal 206 17 239 0.14 0.93 0 0.06 291.08 0.87 0.5
Hex CE 11 EF E 5D 0 6 123 57 32
Octal 316 21 357 16 135 0 6 443 127 62
Binary 11001110 10001 11101111 1110 1011101 0 110 100100011 1010111 110010

Color Harmonies of #CE11EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE11EF

Black with #CE11EF

Text Example


Text Example

White with #CE11EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE11EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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