Html Css Color HEX #CE01FD Psychedelic Purple

📋 copy color: '#CE01FD'

red 206 ◦ green 1 ◦ blue 253

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

Shades of Psychedelic Purple #CE01FD

Tints of Psychedelic Purple #CE01FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55%

R = 44.78%
G = 0.22%
B = 55%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE01FD (or 0xCE01FD) is known color: Psychedelic Purple. HEX triplet: CE, 01 and FD. RGB value is (206,1,253). Sum of RGB (Red+Green+Blue) = 206+1+253=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 1 (0.78% from 255 or 0.22% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE01FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01FD is #31FE02. Grayscale: #5A5A5A. Windows color (decimal): -3276291 or 16581070. OLE color: 16581070.

HSL color Cylindrical-coordinate representation of color #CE01FD: hue angle of 288.81º 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 #CE01FD is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 1 253 -
CMYK 0.19 1.00 0 0.01
HSL 288.81º 0.99% 0.5% -
HSV(B) 288.81º 1% 0.99% -
XYZ 43.19 20.24 94.56 -
YUV 91.02 219.42 210.01 -
System Red Green Blue C M Y K H S L
Decimal 206 1 253 0.19 1.00 0 0.01 288.81 0.99 0.5
Hex CE 1 FD 13 64 0 1 121 63 32
Octal 316 1 375 23 144 0 1 441 143 62
Binary 11001110 1 11111101 10011 1100100 0 1 100100001 1100011 110010

Color Harmonies of #CE01FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01FD

Black with #CE01FD

Text Example


Text Example

White with #CE01FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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