Html Css Color HEX #CE13EE Psychedelic Purple

📋 copy color: '#CE13EE'

red 206 ◦ green 19 ◦ blue 238

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

Shades of Psychedelic Purple #CE13EE

Tints of Psychedelic Purple #CE13EE

RGB

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

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

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

R = 44.49%
G = 4.1%
B = 51.4%

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

#CE13EE (or 0xCE13EE) is known color: Psychedelic Purple. HEX triplet: CE, 13 and EE. RGB value is (206,19,238). Sum of RGB (Red+Green+Blue) = 206+19+238=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 19 (7.81% from 255 or 4.10% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE13EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE13EE is #31EC11. Grayscale: #636363. Windows color (decimal): -3271698 or 15602638. OLE color: 15602638.

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

Color convert

RGB 206 19 238 -
CMYK 0.13 0.92 0 0.07
HSL 291.23º 0.87% 0.5% -
HSV(B) 291.23º 0.92% 0.93% -
XYZ 41.12 19.76 82.54 -
YUV 99.88 205.95 203.69 -
System Red Green Blue C M Y K H S L
Decimal 206 19 238 0.13 0.92 0 0.07 291.23 0.87 0.5
Hex CE 13 EE D 5C 0 7 123 57 32
Octal 316 23 356 15 134 0 7 443 127 62
Binary 11001110 10011 11101110 1101 1011100 0 111 100100011 1010111 110010

Color Harmonies of #CE13EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13EE

Black with #CE13EE

Text Example


Text Example

White with #CE13EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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