Html Css Color HEX #CE25EE Psychedelic Purple

📋 copy color: '#CE25EE'

red 206 ◦ green 37 ◦ blue 238

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

Shades of Psychedelic Purple #CE25EE

Tints of Psychedelic Purple #CE25EE

RGB

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

 GREEN value IS 37 (14.84% from 255) = 7.69%

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

R = 42.83%
G = 7.69%
B = 49.48%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CE25EE (or 0xCE25EE) is known color: Psychedelic Purple. HEX triplet: CE, 25 and EE. RGB value is (206,37,238). Sum of RGB (Red+Green+Blue) = 206+37+238=481 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.83% from 481); Green value is 37 (14.84% from 255 or 7.69% from 481); Blue value is 238 (93.36% from 255 or 49.48% from 481); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE25EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25EE is #31DA11. Grayscale: #6D6D6D. Windows color (decimal): -3267090 or 15607246. OLE color: 15607246.

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

Color convert

RGB 206 37 238 -
CMYK 0.13 0.84 0 0.07
HSL 290.45º 0.86% 0.54% -
HSV(B) 290.45º 0.84% 0.93% -
XYZ 41.55 20.62 82.68 -
YUV 110.45 199.99 196.16 -
System Red Green Blue C M Y K H S L
Decimal 206 37 238 0.13 0.84 0 0.07 290.45 0.86 0.54
Hex CE 25 EE D 54 0 7 122 56 36
Octal 316 45 356 15 124 0 7 442 126 66
Binary 11001110 100101 11101110 1101 1010100 0 111 100100010 1010110 110110

Color Harmonies of #CE25EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25EE

Black with #CE25EE

Text Example


Text Example

White with #CE25EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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