Html Css Color HEX #CE01FC Psychedelic Purple

📋 copy color: '#CE01FC'

red 206 ◦ green 1 ◦ blue 252

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

Shades of Psychedelic Purple #CE01FC

Tints of Psychedelic Purple #CE01FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.9%

R = 44.88%
G = 0.22%
B = 54.9%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE01FC (or 0xCE01FC) is known color: Psychedelic Purple. HEX triplet: CE, 01 and FC. RGB value is (206,1,252). Sum of RGB (Red+Green+Blue) = 206+1+252=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 1 (0.78% from 255 or 0.22% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE01FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01FC is #31FE03. Grayscale: #5A5A5A. Windows color (decimal): -3276292 or 16515534. OLE color: 16515534.

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

Color convert

RGB 206 1 252 -
CMYK 0.18 1.00 0 0.01
HSL 289º 0.99% 0.5% -
HSV(B) 289º 1% 0.99% -
XYZ 43.04 20.17 93.72 -
YUV 90.91 218.92 210.09 -
System Red Green Blue C M Y K H S L
Decimal 206 1 252 0.18 1.00 0 0.01 289 0.99 0.5
Hex CE 1 FC 12 64 0 1 121 63 32
Octal 316 1 374 22 144 0 1 441 143 62
Binary 11001110 1 11111100 10010 1100100 0 1 100100001 1100011 110010

Color Harmonies of #CE01FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01FC

Black with #CE01FC

Text Example


Text Example

White with #CE01FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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