Html Css Color HEX #CE19F9 Psychedelic Purple

📋 copy color: '#CE19F9'

red 206 ◦ green 25 ◦ blue 249

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

Shades of Psychedelic Purple #CE19F9

Tints of Psychedelic Purple #CE19F9

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.21%

 BLUE value IS 249 (97.66% from 255) = 51.88%

R = 42.92%
G = 5.21%
B = 51.88%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE19F9 (or 0xCE19F9) is known color: Psychedelic Purple. HEX triplet: CE, 19 and F9. RGB value is (206,25,249). Sum of RGB (Red+Green+Blue) = 206+25+249=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 25 (10.16% from 255 or 5.21% from 480); Blue value is 249 (97.66% from 255 or 51.88% from 480); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE19F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE19F9 is #31E606. Grayscale: #676767. Windows color (decimal): -3270151 or 16325070. OLE color: 16325070.

HSL color Cylindrical-coordinate representation of color #CE19F9: hue angle of 288.48º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE19F9 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 25 249 -
CMYK 0.17 0.90 0 0.02
HSL 288.48º 0.95% 0.54% -
HSV(B) 288.48º 0.9% 0.98% -
XYZ 42.9 20.66 91.35 -
YUV 104.66 209.47 200.29 -
System Red Green Blue C M Y K H S L
Decimal 206 25 249 0.17 0.90 0 0.02 288.48 0.95 0.54
Hex CE 19 F9 11 5A 0 2 120 5F 36
Octal 316 31 371 21 132 0 2 440 137 66
Binary 11001110 11001 11111001 10001 1011010 0 10 100100000 1011111 110110

Color Harmonies of #CE19F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19F9

Black with #CE19F9

Text Example


Text Example

White with #CE19F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19F9; }

 p { color: rgb(206,25,249); }

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

background-color css

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

 a { background-color: rgb(206,25,249); }

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

border-color css

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

 span { border-color: rgb(206,25,249); }

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