Html Css Color HEX #CE04EB Psychedelic Purple

📋 copy color: '#CE04EB'

red 206 ◦ green 4 ◦ blue 235

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

Shades of Psychedelic Purple #CE04EB

Tints of Psychedelic Purple #CE04EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.81%

R = 46.29%
G = 0.9%
B = 52.81%

CMYK

 C value IS 0.12

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE04EB (or 0xCE04EB) is known color: Psychedelic Purple. HEX triplet: CE, 04 and EB. RGB value is (206,4,235). Sum of RGB (Red+Green+Blue) = 206+4+235=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE04EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE04EB is #31FB14. Grayscale: #5A5A5A. Windows color (decimal): -3275541 or 15402190. OLE color: 15402190.

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

Color convert

RGB 206 4 235 -
CMYK 0.12 0.98 0 0.08
HSL 292.47º 0.97% 0.47% -
HSV(B) 292.47º 0.98% 0.92% -
XYZ 40.49 19.21 80.17 -
YUV 90.73 209.42 210.22 -
System Red Green Blue C M Y K H S L
Decimal 206 4 235 0.12 0.98 0 0.08 292.47 0.97 0.47
Hex CE 4 EB C 62 0 8 124 61 2F
Octal 316 4 353 14 142 0 10 444 141 57
Binary 11001110 100 11101011 1100 1100010 0 1000 100100100 1100001 101111

Color Harmonies of #CE04EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE04EB

Black with #CE04EB

Text Example


Text Example

White with #CE04EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE04EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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