Html Css Color HEX #CE25EF Psychedelic Purple

📋 copy color: '#CE25EF'

red 206 ◦ green 37 ◦ blue 239

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

Shades of Psychedelic Purple #CE25EF

Tints of Psychedelic Purple #CE25EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.59%

R = 42.74%
G = 7.68%
B = 49.59%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE25EF (or 0xCE25EF) is known color: Psychedelic Purple. HEX triplet: CE, 25 and EF. RGB value is (206,37,239). Sum of RGB (Red+Green+Blue) = 206+37+239=482 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.74% from 482); Green value is 37 (14.84% from 255 or 7.68% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #CE25EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE25EF is #31DA10. Grayscale: #6D6D6D. Windows color (decimal): -3267089 or 15672782. OLE color: 15672782.

HSL color Cylindrical-coordinate representation of color #CE25EF: hue angle of 290.2º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE25EF is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 37 239 -
CMYK 0.14 0.85 0 0.06
HSL 290.2º 0.86% 0.54% -
HSV(B) 290.2º 0.85% 0.94% -
XYZ 41.7 20.68 83.45 -
YUV 110.56 200.49 196.07 -
System Red Green Blue C M Y K H S L
Decimal 206 37 239 0.14 0.85 0 0.06 290.2 0.86 0.54
Hex CE 25 EF E 55 0 6 122 56 36
Octal 316 45 357 16 125 0 6 442 126 66
Binary 11001110 100101 11101111 1110 1010101 0 110 100100010 1010110 110110

Color Harmonies of #CE25EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE25EF

Black with #CE25EF

Text Example


Text Example

White with #CE25EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE25EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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