Html Css Color HEX #CE01FE Psychedelic Purple

📋 copy color: '#CE01FE'

red 206 ◦ green 1 ◦ blue 254

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

Shades of Psychedelic Purple #CE01FE

Tints of Psychedelic Purple #CE01FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 44.69%
G = 0.22%
B = 55.1%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CE01FE (or 0xCE01FE) is known color: Psychedelic Purple. HEX triplet: CE, 01 and FE. RGB value is (206,1,254). Sum of RGB (Red+Green+Blue) = 206+1+254=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 1 (0.78% from 255 or 0.22% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE01FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01FE is #31FE01. Grayscale: #5A5A5A. Windows color (decimal): -3276290 or 16646606. OLE color: 16646606.

HSL color Cylindrical-coordinate representation of color #CE01FE: hue angle of 288.62º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE01FE is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 1 254 -
CMYK 0.19 1.00 0 0.00
HSL 288.62º 0.99% 0.5% -
HSV(B) 288.62º 1% 1% -
XYZ 43.35 20.3 95.4 -
YUV 91.14 219.92 209.93 -
System Red Green Blue C M Y K H S L
Decimal 206 1 254 0.19 1.00 0 0.00 288.62 0.99 0.5
Hex CE 1 FE 13 64 0 0 121 63 32
Octal 316 1 376 23 144 0 0 441 143 62
Binary 11001110 1 11111110 10011 1100100 0 0 100100001 1100011 110010

Color Harmonies of #CE01FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01FE

Black with #CE01FE

Text Example


Text Example

White with #CE01FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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