Html Css Color HEX #CE29EF Psychedelic Purple

📋 copy color: '#CE29EF'

red 206 ◦ green 41 ◦ blue 239

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

Shades of Psychedelic Purple #CE29EF

Tints of Psychedelic Purple #CE29EF

RGB

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

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

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

R = 42.39%
G = 8.44%
B = 49.18%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE29EF (or 0xCE29EF) is known color: Psychedelic Purple. HEX triplet: CE, 29 and EF. RGB value is (206,41,239). Sum of RGB (Red+Green+Blue) = 206+41+239=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 41 (16.41% from 255 or 8.44% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE29EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE29EF is #31D610. Grayscale: #707070. Windows color (decimal): -3266065 or 15673806. OLE color: 15673806.

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

Color convert

RGB 206 41 239 -
CMYK 0.14 0.83 0 0.06
HSL 290º 0.86% 0.55% -
HSV(B) 290º 0.83% 0.94% -
XYZ 41.83 20.94 83.5 -
YUV 112.91 199.16 194.4 -
System Red Green Blue C M Y K H S L
Decimal 206 41 239 0.14 0.83 0 0.06 290 0.86 0.55
Hex CE 29 EF E 53 0 6 122 56 37
Octal 316 51 357 16 123 0 6 442 126 67
Binary 11001110 101001 11101111 1110 1010011 0 110 100100010 1010110 110111

Color Harmonies of #CE29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE29EF

Black with #CE29EF

Text Example


Text Example

White with #CE29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE29EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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