Html Css Color HEX #CE18EE Psychedelic Purple

📋 copy color: '#CE18EE'

red 206 ◦ green 24 ◦ blue 238

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

Shades of Psychedelic Purple #CE18EE

Tints of Psychedelic Purple #CE18EE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.13%

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

R = 44.02%
G = 5.13%
B = 50.85%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE18EE (or 0xCE18EE) is known color: Psychedelic Purple. HEX triplet: CE, 18 and EE. RGB value is (206,24,238). Sum of RGB (Red+Green+Blue) = 206+24+238=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 24 (9.77% from 255 or 5.13% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE18EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE18EE is #31E711. Grayscale: #666666. Windows color (decimal): -3270418 or 15603918. OLE color: 15603918.

HSL color Cylindrical-coordinate representation of color #CE18EE: hue angle of 291.03º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE18EE is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 24 238 -
CMYK 0.13 0.90 0 0.07
HSL 291.03º 0.86% 0.51% -
HSV(B) 291.03º 0.9% 0.93% -
XYZ 41.21 19.95 82.57 -
YUV 102.81 204.3 201.6 -
System Red Green Blue C M Y K H S L
Decimal 206 24 238 0.13 0.90 0 0.07 291.03 0.86 0.51
Hex CE 18 EE D 5A 0 7 123 56 33
Octal 316 30 356 15 132 0 7 443 126 63
Binary 11001110 11000 11101110 1101 1011010 0 111 100100011 1010110 110011

Color Harmonies of #CE18EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18EE

Black with #CE18EE

Text Example


Text Example

White with #CE18EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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