Html Css Color HEX #CE2BEE Psychedelic Purple

📋 copy color: '#CE2BEE'

red 206 ◦ green 43 ◦ blue 238

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

Shades of Psychedelic Purple #CE2BEE

Tints of Psychedelic Purple #CE2BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.83%

 BLUE value IS 238 (93.36% from 255) = 48.87%

R = 42.3%
G = 8.83%
B = 48.87%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE2BEE (or 0xCE2BEE) is known color: Psychedelic Purple. HEX triplet: CE, 2B and EE. RGB value is (206,43,238). Sum of RGB (Red+Green+Blue) = 206+43+238=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 43 (17.19% from 255 or 8.83% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE2BEE is #31D411. Grayscale: #717171. Windows color (decimal): -3265554 or 15608782. OLE color: 15608782.

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

Color convert

RGB 206 43 238 -
CMYK 0.13 0.82 0 0.07
HSL 290.15º 0.85% 0.55% -
HSV(B) 290.15º 0.82% 0.93% -
XYZ 41.75 21.02 82.75 -
YUV 113.97 198 193.64 -
System Red Green Blue C M Y K H S L
Decimal 206 43 238 0.13 0.82 0 0.07 290.15 0.85 0.55
Hex CE 2B EE D 52 0 7 122 55 37
Octal 316 53 356 15 122 0 7 442 125 67
Binary 11001110 101011 11101110 1101 1010010 0 111 100100010 1010101 110111

Color Harmonies of #CE2BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2BEE

Black with #CE2BEE

Text Example


Text Example

White with #CE2BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2BEE; }

 p { color: rgb(206,43,238); }

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

background-color css

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

 a { background-color: rgb(206,43,238); }

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

border-color css

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

 span { border-color: rgb(206,43,238); }

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