Html Css Color HEX #CE19EA Psychedelic Purple

📋 copy color: '#CE19EA'

red 206 ◦ green 25 ◦ blue 234

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

Shades of Psychedelic Purple #CE19EA

Tints of Psychedelic Purple #CE19EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.32%

R = 44.3%
G = 5.38%
B = 50.32%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE19EA (or 0xCE19EA) is known color: Psychedelic Purple. HEX triplet: CE, 19 and EA. RGB value is (206,25,234). Sum of RGB (Red+Green+Blue) = 206+25+234=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE19EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE19EA is #31E615. Grayscale: #666666. Windows color (decimal): -3270166 or 15342030. OLE color: 15342030.

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

Color convert

RGB 206 25 234 -
CMYK 0.12 0.89 0 0.08
HSL 291.96º 0.83% 0.51% -
HSV(B) 291.96º 0.89% 0.92% -
XYZ 40.65 19.76 79.51 -
YUV 102.95 201.97 201.51 -
System Red Green Blue C M Y K H S L
Decimal 206 25 234 0.12 0.89 0 0.08 291.96 0.83 0.51
Hex CE 19 EA C 59 0 8 124 53 33
Octal 316 31 352 14 131 0 10 444 123 63
Binary 11001110 11001 11101010 1100 1011001 0 1000 100100100 1010011 110011

Color Harmonies of #CE19EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE19EA

Black with #CE19EA

Text Example


Text Example

White with #CE19EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE19EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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