Html Css Color HEX #CE04ED Psychedelic Purple

📋 copy color: '#CE04ED'

red 206 ◦ green 4 ◦ blue 237

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

Shades of Psychedelic Purple #CE04ED

Tints of Psychedelic Purple #CE04ED

RGB

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

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

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

R = 46.09%
G = 0.89%
B = 53.02%

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

#CE04ED (or 0xCE04ED) is known color: Psychedelic Purple. HEX triplet: CE, 04 and ED. RGB value is (206,4,237). Sum of RGB (Red+Green+Blue) = 206+4+237=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 4 (1.95% from 255 or 0.89% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE04ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE04ED is #31FB12. Grayscale: #5A5A5A. Windows color (decimal): -3275539 or 15533262. OLE color: 15533262.

HSL color Cylindrical-coordinate representation of color #CE04ED: hue angle of 292.02º 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 #CE04ED is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 4 237 -
CMYK 0.13 0.98 0 0.07
HSL 292.02º 0.97% 0.47% -
HSV(B) 292.02º 0.98% 0.93% -
XYZ 40.78 19.32 81.7 -
YUV 90.96 210.42 210.05 -
System Red Green Blue C M Y K H S L
Decimal 206 4 237 0.13 0.98 0 0.07 292.02 0.97 0.47
Hex CE 4 ED D 62 0 7 124 61 2F
Octal 316 4 355 15 142 0 7 444 141 57
Binary 11001110 100 11101101 1101 1100010 0 111 100100100 1100001 101111

Color Harmonies of #CE04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04ED

Black with #CE04ED

Text Example


Text Example

White with #CE04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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