Html Css Color HEX #CE14EF Psychedelic Purple

📋 copy color: '#CE14EF'

red 206 ◦ green 20 ◦ blue 239

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

Shades of Psychedelic Purple #CE14EF

Tints of Psychedelic Purple #CE14EF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.3%

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

R = 44.3%
G = 4.3%
B = 51.4%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE14EF (or 0xCE14EF) is known color: Psychedelic Purple. HEX triplet: CE, 14 and EF. RGB value is (206,20,239). Sum of RGB (Red+Green+Blue) = 206+20+239=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE14EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14EF is #31EB10. Grayscale: #636363. Windows color (decimal): -3271441 or 15668430. OLE color: 15668430.

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

Color convert

RGB 206 20 239 -
CMYK 0.14 0.92 0 0.06
HSL 290.96º 0.87% 0.51% -
HSV(B) 290.96º 0.92% 0.94% -
XYZ 41.28 19.85 83.32 -
YUV 100.58 206.12 203.19 -
System Red Green Blue C M Y K H S L
Decimal 206 20 239 0.14 0.92 0 0.06 290.96 0.87 0.51
Hex CE 14 EF E 5C 0 6 123 57 33
Octal 316 24 357 16 134 0 6 443 127 63
Binary 11001110 10100 11101111 1110 1011100 0 110 100100011 1010111 110011

Color Harmonies of #CE14EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14EF

Black with #CE14EF

Text Example


Text Example

White with #CE14EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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