Html Css Color HEX #CE04EE Psychedelic Purple

📋 copy color: '#CE04EE'

red 206 ◦ green 4 ◦ blue 238

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

Shades of Psychedelic Purple #CE04EE

Tints of Psychedelic Purple #CE04EE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.89%

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

R = 45.98%
G = 0.89%
B = 53.13%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE04EE (or 0xCE04EE) is known color: Psychedelic Purple. HEX triplet: CE, 04 and EE. RGB value is (206,4,238). Sum of RGB (Red+Green+Blue) = 206+4+238=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 4 (1.95% from 255 or 0.89% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE04EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE04EE is #31FB11. Grayscale: #5A5A5A. Windows color (decimal): -3275538 or 15598798. OLE color: 15598798.

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

Color convert

RGB 206 4 238 -
CMYK 0.13 0.98 0 0.07
HSL 291.79º 0.97% 0.47% -
HSV(B) 291.79º 0.98% 0.93% -
XYZ 40.93 19.38 82.47 -
YUV 91.07 210.92 209.97 -
System Red Green Blue C M Y K H S L
Decimal 206 4 238 0.13 0.98 0 0.07 291.79 0.97 0.47
Hex CE 4 EE D 62 0 7 124 61 2F
Octal 316 4 356 15 142 0 7 444 141 57
Binary 11001110 100 11101110 1101 1100010 0 111 100100100 1100001 101111

Color Harmonies of #CE04EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04EE

Black with #CE04EE

Text Example


Text Example

White with #CE04EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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