Html Css Color HEX #CE11EB Psychedelic Purple

📋 copy color: '#CE11EB'

red 206 ◦ green 17 ◦ blue 235

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

Shades of Psychedelic Purple #CE11EB

Tints of Psychedelic Purple #CE11EB

RGB

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

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

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

R = 44.98%
G = 3.71%
B = 51.31%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE11EB (or 0xCE11EB) is known color: Psychedelic Purple. HEX triplet: CE, 11 and EB. RGB value is (206,17,235). Sum of RGB (Red+Green+Blue) = 206+17+235=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 17 (7.03% from 255 or 3.71% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE11EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE11EB is #31EE14. Grayscale: #616161. Windows color (decimal): -3272213 or 15405518. OLE color: 15405518.

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

Color convert

RGB 206 17 235 -
CMYK 0.12 0.93 0 0.08
HSL 292.02º 0.87% 0.49% -
HSV(B) 292.02º 0.93% 0.92% -
XYZ 40.65 19.52 80.22 -
YUV 98.36 205.12 204.77 -
System Red Green Blue C M Y K H S L
Decimal 206 17 235 0.12 0.93 0 0.08 292.02 0.87 0.49
Hex CE 11 EB C 5D 0 8 124 57 31
Octal 316 21 353 14 135 0 10 444 127 61
Binary 11001110 10001 11101011 1100 1011101 0 1000 100100100 1010111 110001

Color Harmonies of #CE11EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE11EB

Black with #CE11EB

Text Example


Text Example

White with #CE11EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE11EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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