Html Css Color HEX #CE0EEB Psychedelic Purple

📋 copy color: '#CE0EEB'

red 206 ◦ green 14 ◦ blue 235

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

Shades of Psychedelic Purple #CE0EEB

Tints of Psychedelic Purple #CE0EEB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.08%

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

R = 45.27%
G = 3.08%
B = 51.65%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE0EEB (or 0xCE0EEB) is known color: Psychedelic Purple. HEX triplet: CE, 0E and EB. RGB value is (206,14,235). Sum of RGB (Red+Green+Blue) = 206+14+235=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 14 (5.86% from 255 or 3.08% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE0EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0EEB is #31F114. Grayscale: #5F5F5F. Windows color (decimal): -3272981 or 15404750. OLE color: 15404750.

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

Color convert

RGB 206 14 235 -
CMYK 0.12 0.94 0 0.08
HSL 292.13º 0.89% 0.49% -
HSV(B) 292.13º 0.94% 0.92% -
XYZ 40.61 19.43 80.21 -
YUV 96.6 206.11 206.03 -
System Red Green Blue C M Y K H S L
Decimal 206 14 235 0.12 0.94 0 0.08 292.13 0.89 0.49
Hex CE E EB C 5E 0 8 124 59 31
Octal 316 16 353 14 136 0 10 444 131 61
Binary 11001110 1110 11101011 1100 1011110 0 1000 100100100 1011001 110001

Color Harmonies of #CE0EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0EEB

Black with #CE0EEB

Text Example


Text Example

White with #CE0EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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