Html Css Color HEX #CE01FB Psychedelic Purple

📋 copy color: '#CE01FB'

red 206 ◦ green 1 ◦ blue 251

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

Shades of Psychedelic Purple #CE01FB

Tints of Psychedelic Purple #CE01FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.8%

R = 44.98%
G = 0.22%
B = 54.8%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE01FB (or 0xCE01FB) is known color: Psychedelic Purple. HEX triplet: CE, 01 and FB. RGB value is (206,1,251). Sum of RGB (Red+Green+Blue) = 206+1+251=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 1 (0.78% from 255 or 0.22% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE01FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01FB is #31FE04. Grayscale: #5A5A5A. Windows color (decimal): -3276293 or 16449998. OLE color: 16449998.

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

Color convert

RGB 206 1 251 -
CMYK 0.18 1.00 0 0.02
HSL 289.2º 0.99% 0.49% -
HSV(B) 289.2º 1% 0.98% -
XYZ 42.88 20.11 92.89 -
YUV 90.8 218.42 210.17 -
System Red Green Blue C M Y K H S L
Decimal 206 1 251 0.18 1.00 0 0.02 289.2 0.99 0.49
Hex CE 1 FB 12 64 0 2 121 63 31
Octal 316 1 373 22 144 0 2 441 143 61
Binary 11001110 1 11111011 10010 1100100 0 10 100100001 1100011 110001

Color Harmonies of #CE01FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01FB

Black with #CE01FB

Text Example


Text Example

White with #CE01FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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