Html Css Color HEX #CE11ED Psychedelic Purple

📋 copy color: '#CE11ED'

red 206 ◦ green 17 ◦ blue 237

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

Shades of Psychedelic Purple #CE11ED

Tints of Psychedelic Purple #CE11ED

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.7%

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

R = 44.78%
G = 3.7%
B = 51.52%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE11ED (or 0xCE11ED) is known color: Psychedelic Purple. HEX triplet: CE, 11 and ED. RGB value is (206,17,237). Sum of RGB (Red+Green+Blue) = 206+17+237=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 17 (7.03% from 255 or 3.70% from 460); Blue value is 237 (92.97% from 255 or 51.52% from 460); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE11ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11ED is #31EE12. Grayscale: #616161. Windows color (decimal): -3272211 or 15536590. OLE color: 15536590.

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

Color convert

RGB 206 17 237 -
CMYK 0.13 0.93 0 0.07
HSL 291.55º 0.87% 0.5% -
HSV(B) 291.55º 0.93% 0.93% -
XYZ 40.94 19.64 81.75 -
YUV 98.59 206.12 204.61 -
System Red Green Blue C M Y K H S L
Decimal 206 17 237 0.13 0.93 0 0.07 291.55 0.87 0.5
Hex CE 11 ED D 5D 0 7 124 57 32
Octal 316 21 355 15 135 0 7 444 127 62
Binary 11001110 10001 11101101 1101 1011101 0 111 100100100 1010111 110010

Color Harmonies of #CE11ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE11ED

Black with #CE11ED

Text Example


Text Example

White with #CE11ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE11ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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