Html Css Color HEX #CE01EF Psychedelic Purple

📋 copy color: '#CE01EF'

red 206 ◦ green 1 ◦ blue 239

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

Shades of Psychedelic Purple #CE01EF

Tints of Psychedelic Purple #CE01EF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

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

R = 46.19%
G = 0.22%
B = 53.59%

CMYK

 C value IS 0.14

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE01EF (or 0xCE01EF) is known color: Psychedelic Purple. HEX triplet: CE, 01 and EF. RGB value is (206,1,239). Sum of RGB (Red+Green+Blue) = 206+1+239=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 1 (0.78% from 255 or 0.22% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE01EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01EF is #31FE10. Grayscale: #585858. Windows color (decimal): -3276305 or 15663566. OLE color: 15663566.

HSL color Cylindrical-coordinate representation of color #CE01EF: hue angle of 291.68º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01EF is Cyan = 0.14, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 1 239 -
CMYK 0.14 1.00 0 0.06
HSL 291.68º 0.99% 0.47% -
HSV(B) 291.68º 1% 0.94% -
XYZ 41.04 19.38 83.24 -
YUV 89.43 212.42 211.15 -
System Red Green Blue C M Y K H S L
Decimal 206 1 239 0.14 1.00 0 0.06 291.68 0.99 0.47
Hex CE 1 EF E 64 0 6 124 63 2F
Octal 316 1 357 16 144 0 6 444 143 57
Binary 11001110 1 11101111 1110 1100100 0 110 100100100 1100011 101111

Color Harmonies of #CE01EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01EF

Black with #CE01EF

Text Example


Text Example

White with #CE01EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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