Html Css Color HEX #CE10EF Psychedelic Purple

📋 copy color: '#CE10EF'

red 206 ◦ green 16 ◦ blue 239

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

Shades of Psychedelic Purple #CE10EF

Tints of Psychedelic Purple #CE10EF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.47%

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

R = 44.69%
G = 3.47%
B = 51.84%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE10EF (or 0xCE10EF) is known color: Psychedelic Purple. HEX triplet: CE, 10 and EF. RGB value is (206,16,239). Sum of RGB (Red+Green+Blue) = 206+16+239=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 16 (6.64% from 255 or 3.47% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE10EF is #31EF10. Grayscale: #616161. Windows color (decimal): -3272465 or 15667406. OLE color: 15667406.

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

Color convert

RGB 206 16 239 -
CMYK 0.14 0.93 0 0.06
HSL 291.12º 0.87% 0.5% -
HSV(B) 291.12º 0.93% 0.94% -
XYZ 41.22 19.72 83.3 -
YUV 98.23 207.45 204.87 -
System Red Green Blue C M Y K H S L
Decimal 206 16 239 0.14 0.93 0 0.06 291.12 0.87 0.5
Hex CE 10 EF E 5D 0 6 123 57 32
Octal 316 20 357 16 135 0 6 443 127 62
Binary 11001110 10000 11101111 1110 1011101 0 110 100100011 1010111 110010

Color Harmonies of #CE10EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE10EF

Black with #CE10EF

Text Example


Text Example

White with #CE10EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE10EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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