Html Css Color HEX #CE13ED Psychedelic Purple

📋 copy color: '#CE13ED'

red 206 ◦ green 19 ◦ blue 237

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

Shades of Psychedelic Purple #CE13ED

Tints of Psychedelic Purple #CE13ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 51.3%

R = 44.59%
G = 4.11%
B = 51.3%

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

#CE13ED (or 0xCE13ED) is known color: Psychedelic Purple. HEX triplet: CE, 13 and ED. RGB value is (206,19,237). Sum of RGB (Red+Green+Blue) = 206+19+237=462 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.59% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 237 (92.97% from 255 or 51.30% from 462); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE13ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE13ED is #31EC12. Grayscale: #636363. Windows color (decimal): -3271699 or 15537102. OLE color: 15537102.

HSL color Cylindrical-coordinate representation of color #CE13ED: hue angle of 291.47º degrees, saturation: 0.86, 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 #CE13ED is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 19 237 -
CMYK 0.13 0.92 0 0.07
HSL 291.47º 0.86% 0.5% -
HSV(B) 291.47º 0.92% 0.93% -
XYZ 40.97 19.7 81.76 -
YUV 99.77 205.45 203.77 -
System Red Green Blue C M Y K H S L
Decimal 206 19 237 0.13 0.92 0 0.07 291.47 0.86 0.5
Hex CE 13 ED D 5C 0 7 123 56 32
Octal 316 23 355 15 134 0 7 443 126 62
Binary 11001110 10011 11101101 1101 1011100 0 111 100100011 1010110 110010

Color Harmonies of #CE13ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE13ED

Black with #CE13ED

Text Example


Text Example

White with #CE13ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE13ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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