Html Css Color HEX #CE01ED Psychedelic Purple

📋 copy color: '#CE01ED'

red 206 ◦ green 1 ◦ blue 237

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

Shades of Psychedelic Purple #CE01ED

Tints of Psychedelic Purple #CE01ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 46.4%
G = 0.23%
B = 53.38%

CMYK

 C value IS 0.13

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE01ED (or 0xCE01ED) is known color: Psychedelic Purple. HEX triplet: CE, 01 and ED. RGB value is (206,1,237). Sum of RGB (Red+Green+Blue) = 206+1+237=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE01ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE01ED is #31FE12. Grayscale: #585858. Windows color (decimal): -3276307 or 15532494. OLE color: 15532494.

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

Color convert

RGB 206 1 237 -
CMYK 0.13 1.00 0 0.07
HSL 292.12º 0.99% 0.47% -
HSV(B) 292.12º 1% 0.93% -
XYZ 40.75 19.26 81.69 -
YUV 89.2 211.42 211.31 -
System Red Green Blue C M Y K H S L
Decimal 206 1 237 0.13 1.00 0 0.07 292.12 0.99 0.47
Hex CE 1 ED D 64 0 7 124 63 2F
Octal 316 1 355 15 144 0 7 444 143 57
Binary 11001110 1 11101101 1101 1100100 0 111 100100100 1100011 101111

Color Harmonies of #CE01ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE01ED

Black with #CE01ED

Text Example


Text Example

White with #CE01ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE01ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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