Html Css Color HEX #CE27EE Psychedelic Purple

📋 copy color: '#CE27EE'

red 206 ◦ green 39 ◦ blue 238

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

Shades of Psychedelic Purple #CE27EE

Tints of Psychedelic Purple #CE27EE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.07%

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

R = 42.65%
G = 8.07%
B = 49.28%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE27EE (or 0xCE27EE) is known color: Psychedelic Purple. HEX triplet: CE, 27 and EE. RGB value is (206,39,238). Sum of RGB (Red+Green+Blue) = 206+39+238=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 39 (15.62% from 255 or 8.07% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE27EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE27EE is #31D811. Grayscale: #6E6E6E. Windows color (decimal): -3266578 or 15607758. OLE color: 15607758.

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

Color convert

RGB 206 39 238 -
CMYK 0.13 0.84 0 0.07
HSL 290.35º 0.85% 0.54% -
HSV(B) 290.35º 0.84% 0.93% -
XYZ 41.61 20.75 82.7 -
YUV 111.62 199.33 195.32 -
System Red Green Blue C M Y K H S L
Decimal 206 39 238 0.13 0.84 0 0.07 290.35 0.85 0.54
Hex CE 27 EE D 54 0 7 122 55 36
Octal 316 47 356 15 124 0 7 442 125 66
Binary 11001110 100111 11101110 1101 1010100 0 111 100100010 1010101 110110

Color Harmonies of #CE27EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE27EE

Black with #CE27EE

Text Example


Text Example

White with #CE27EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE27EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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