Html Css Color HEX #CE14EB Psychedelic Purple

📋 copy color: '#CE14EB'

red 206 ◦ green 20 ◦ blue 235

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

Shades of Psychedelic Purple #CE14EB

Tints of Psychedelic Purple #CE14EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.98%

R = 44.69%
G = 4.34%
B = 50.98%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE14EB (or 0xCE14EB) is known color: Psychedelic Purple. HEX triplet: CE, 14 and EB. RGB value is (206,20,235). Sum of RGB (Red+Green+Blue) = 206+20+235=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 20 (8.20% from 255 or 4.34% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE14EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14EB is #31EB14. Grayscale: #636363. Windows color (decimal): -3271445 or 15406286. OLE color: 15406286.

HSL color Cylindrical-coordinate representation of color #CE14EB: hue angle of 291.91º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE14EB is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 20 235 -
CMYK 0.12 0.91 0 0.08
HSL 291.91º 0.84% 0.5% -
HSV(B) 291.91º 0.91% 0.92% -
XYZ 40.7 19.62 80.24 -
YUV 100.12 204.12 203.52 -
System Red Green Blue C M Y K H S L
Decimal 206 20 235 0.12 0.91 0 0.08 291.91 0.84 0.5
Hex CE 14 EB C 5B 0 8 124 54 32
Octal 316 24 353 14 133 0 10 444 124 62
Binary 11001110 10100 11101011 1100 1011011 0 1000 100100100 1010100 110010

Color Harmonies of #CE14EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14EB

Black with #CE14EB

Text Example


Text Example

White with #CE14EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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