Html Css Color HEX #CE18ED Psychedelic Purple

📋 copy color: '#CE18ED'

red 206 ◦ green 24 ◦ blue 237

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

Shades of Psychedelic Purple #CE18ED

Tints of Psychedelic Purple #CE18ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.75%

R = 44.11%
G = 5.14%
B = 50.75%

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

#CE18ED (or 0xCE18ED) is known color: Psychedelic Purple. HEX triplet: CE, 18 and ED. RGB value is (206,24,237). Sum of RGB (Red+Green+Blue) = 206+24+237=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 24 (9.77% from 255 or 5.14% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE18ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE18ED is #31E712. Grayscale: #666666. Windows color (decimal): -3270419 or 15538382. OLE color: 15538382.

HSL color Cylindrical-coordinate representation of color #CE18ED: hue angle of 291.27º 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 #CE18ED is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 24 237 -
CMYK 0.13 0.90 0 0.07
HSL 291.27º 0.86% 0.51% -
HSV(B) 291.27º 0.9% 0.93% -
XYZ 41.07 19.89 81.8 -
YUV 102.7 203.8 201.68 -
System Red Green Blue C M Y K H S L
Decimal 206 24 237 0.13 0.90 0 0.07 291.27 0.86 0.51
Hex CE 18 ED D 5A 0 7 123 56 33
Octal 316 30 355 15 132 0 7 443 126 63
Binary 11001110 11000 11101101 1101 1011010 0 111 100100011 1010110 110011

Color Harmonies of #CE18ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE18ED

Black with #CE18ED

Text Example


Text Example

White with #CE18ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE18ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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