Html Css Color HEX #CE00EE Psychedelic Purple

📋 copy color: '#CE00EE'

red 206 ◦ green 0 ◦ blue 238

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

Shades of Psychedelic Purple #CE00EE

Tints of Psychedelic Purple #CE00EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.6%

R = 46.4%
G = 0%
B = 53.6%

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

#CE00EE (or 0xCE00EE) is known color: Psychedelic Purple. HEX triplet: CE, 00 and EE. RGB value is (206,0,238). Sum of RGB (Red+Green+Blue) = 206+0+238=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 0 (0.39% from 255 or 0% from 444); Blue value is 238 (93.36% from 255 or 53.60% from 444); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE00EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE00EE is #31FF11. Grayscale: #575757. Windows color (decimal): -3276562 or 15597774. OLE color: 15597774.

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

Color convert

RGB 206 0 238 -
CMYK 0.13 1 0 0.07
HSL 291.93º 1% 0.47% -
HSV(B) 291.93º 1% 0.93% -
XYZ 40.89 19.29 82.46 -
YUV 88.73 212.25 211.65 -
System Red Green Blue C M Y K H S L
Decimal 206 0 238 0.13 1 0 0.07 291.93 1 0.47
Hex CE 0 EE D 64 0 7 124 64 2F
Octal 316 0 356 15 144 0 7 444 144 57
Binary 11001110 0 11101110 1101 1100100 0 111 100100100 1100100 101111

Color Harmonies of #CE00EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE00EE

Black with #CE00EE

Text Example


Text Example

White with #CE00EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE00EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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