Html Css Color HEX #CE0BEF Psychedelic Purple

📋 copy color: '#CE0BEF'

red 206 ◦ green 11 ◦ blue 239

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

Shades of Psychedelic Purple #CE0BEF

Tints of Psychedelic Purple #CE0BEF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.41%

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 45.18%
G = 2.41%
B = 52.41%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE0BEF (or 0xCE0BEF) is known color: Psychedelic Purple. HEX triplet: CE, 0B and EF. RGB value is (206,11,239). Sum of RGB (Red+Green+Blue) = 206+11+239=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE0BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE0BEF is #31F410. Grayscale: #5E5E5E. Windows color (decimal): -3273745 or 15666126. OLE color: 15666126.

HSL color Cylindrical-coordinate representation of color #CE0BEF: hue angle of 291.32º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE0BEF is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 11 239 -
CMYK 0.14 0.95 0 0.06
HSL 291.32º 0.91% 0.49% -
HSV(B) 291.32º 0.95% 0.94% -
XYZ 41.15 19.59 83.27 -
YUV 95.3 209.1 206.96 -
System Red Green Blue C M Y K H S L
Decimal 206 11 239 0.14 0.95 0 0.06 291.32 0.91 0.49
Hex CE B EF E 5F 0 6 123 5B 31
Octal 316 13 357 16 137 0 6 443 133 61
Binary 11001110 1011 11101111 1110 1011111 0 110 100100011 1011011 110001

Color Harmonies of #CE0BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE0BEF

Black with #CE0BEF

Text Example


Text Example

White with #CE0BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE0BEF; }

 p { color: rgb(206,11,239); }

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

background-color css

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

 a { background-color: rgb(206,11,239); }

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

border-color css

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

 span { border-color: rgb(206,11,239); }

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