Html Css Color HEX #CE13EF Psychedelic Purple

📋 copy color: '#CE13EF'

red 206 ◦ green 19 ◦ blue 239

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

Shades of Psychedelic Purple #CE13EF

Tints of Psychedelic Purple #CE13EF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.09%

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

R = 44.4%
G = 4.09%
B = 51.51%

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

#CE13EF (or 0xCE13EF) is known color: Psychedelic Purple. HEX triplet: CE, 13 and EF. RGB value is (206,19,239). Sum of RGB (Red+Green+Blue) = 206+19+239=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 19 (7.81% from 255 or 4.09% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE13EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE13EF is #31EC10. Grayscale: #636363. Windows color (decimal): -3271697 or 15668174. OLE color: 15668174.

HSL color Cylindrical-coordinate representation of color #CE13EF: hue angle of 291º 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 #CE13EF is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 19 239 -
CMYK 0.14 0.92 0 0.06
HSL 291º 0.87% 0.51% -
HSV(B) 291º 0.92% 0.94% -
XYZ 41.27 19.82 83.31 -
YUV 99.99 206.45 203.61 -
System Red Green Blue C M Y K H S L
Decimal 206 19 239 0.14 0.92 0 0.06 291 0.87 0.51
Hex CE 13 EF E 5C 0 6 123 57 33
Octal 316 23 357 16 134 0 6 443 127 63
Binary 11001110 10011 11101111 1110 1011100 0 110 100100011 1010111 110011

Color Harmonies of #CE13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13EF

Black with #CE13EF

Text Example


Text Example

White with #CE13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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