Html Css Color HEX #CE12EF Psychedelic Purple

📋 copy color: '#CE12EF'

red 206 ◦ green 18 ◦ blue 239

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

Shades of Psychedelic Purple #CE12EF

Tints of Psychedelic Purple #CE12EF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.89%

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

R = 44.49%
G = 3.89%
B = 51.62%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE12EF (or 0xCE12EF) is known color: Psychedelic Purple. HEX triplet: CE, 12 and EF. RGB value is (206,18,239). Sum of RGB (Red+Green+Blue) = 206+18+239=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE12EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE12EF is #31ED10. Grayscale: #626262. Windows color (decimal): -3271953 or 15667918. OLE color: 15667918.

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

Color convert

RGB 206 18 239 -
CMYK 0.14 0.92 0 0.06
HSL 291.04º 0.87% 0.5% -
HSV(B) 291.04º 0.92% 0.94% -
XYZ 41.25 19.79 83.31 -
YUV 99.41 206.78 204.03 -
System Red Green Blue C M Y K H S L
Decimal 206 18 239 0.14 0.92 0 0.06 291.04 0.87 0.5
Hex CE 12 EF E 5C 0 6 123 57 32
Octal 316 22 357 16 134 0 6 443 127 62
Binary 11001110 10010 11101111 1110 1011100 0 110 100100011 1010111 110010

Color Harmonies of #CE12EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE12EF

Black with #CE12EF

Text Example


Text Example

White with #CE12EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE12EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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