Html Css Color HEX #CE14EE Psychedelic Purple

📋 copy color: '#CE14EE'

red 206 ◦ green 20 ◦ blue 238

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

Shades of Psychedelic Purple #CE14EE

Tints of Psychedelic Purple #CE14EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 51.29%

R = 44.4%
G = 4.31%
B = 51.29%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE14EE (or 0xCE14EE) is known color: Psychedelic Purple. HEX triplet: CE, 14 and EE. RGB value is (206,20,238). Sum of RGB (Red+Green+Blue) = 206+20+238=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14EE is #31EB11. Grayscale: #636363. Windows color (decimal): -3271442 or 15602894. OLE color: 15602894.

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

Color convert

RGB 206 20 238 -
CMYK 0.13 0.92 0 0.07
HSL 291.19º 0.87% 0.51% -
HSV(B) 291.19º 0.92% 0.93% -
XYZ 41.14 19.8 82.54 -
YUV 100.47 205.62 203.27 -
System Red Green Blue C M Y K H S L
Decimal 206 20 238 0.13 0.92 0 0.07 291.19 0.87 0.51
Hex CE 14 EE D 5C 0 7 123 57 33
Octal 316 24 356 15 134 0 7 443 127 63
Binary 11001110 10100 11101110 1101 1011100 0 111 100100011 1010111 110011

Color Harmonies of #CE14EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14EE

Black with #CE14EE

Text Example


Text Example

White with #CE14EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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