Html Css Color HEX #CE00ED Psychedelic Purple

📋 copy color: '#CE00ED'

red 206 ◦ green 0 ◦ blue 237

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

Shades of Psychedelic Purple #CE00ED

Tints of Psychedelic Purple #CE00ED

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.5%
G = 0%
B = 53.5%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE00ED (or 0xCE00ED) is known color: Psychedelic Purple. HEX triplet: CE, 00 and ED. RGB value is (206,0,237). Sum of RGB (Red+Green+Blue) = 206+0+237=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE00ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE00ED is #31FF12. Grayscale: #575757. Windows color (decimal): -3276563 or 15532238. OLE color: 15532238.

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

Color convert

RGB 206 0 237 -
CMYK 0.13 1 0 0.07
HSL 292.15º 1% 0.46% -
HSV(B) 292.15º 1% 0.93% -
XYZ 40.74 19.24 81.69 -
YUV 88.61 211.75 211.73 -
System Red Green Blue C M Y K H S L
Decimal 206 0 237 0.13 1 0 0.07 292.15 1 0.46
Hex CE 0 ED D 64 0 7 124 64 2E
Octal 316 0 355 15 144 0 7 444 144 56
Binary 11001110 0 11101101 1101 1100100 0 111 100100100 1100100 101110

Color Harmonies of #CE00ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00ED

Black with #CE00ED

Text Example


Text Example

White with #CE00ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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