Html Css Color HEX #CE15EA Psychedelic Purple

📋 copy color: '#CE15EA'

red 206 ◦ green 21 ◦ blue 234

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

Shades of Psychedelic Purple #CE15EA

Tints of Psychedelic Purple #CE15EA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.56%

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

R = 44.69%
G = 4.56%
B = 50.76%

CMYK

 C value IS 0.12

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CE15EA (or 0xCE15EA) is known color: Psychedelic Purple. HEX triplet: CE, 15 and EA. RGB value is (206,21,234). Sum of RGB (Red+Green+Blue) = 206+21+234=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE15EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE15EA is #31EA15. Grayscale: #636363. Windows color (decimal): -3271190 or 15341006. OLE color: 15341006.

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

Color convert

RGB 206 21 234 -
CMYK 0.12 0.91 0 0.08
HSL 292.11º 0.84% 0.5% -
HSV(B) 292.11º 0.91% 0.92% -
XYZ 40.57 19.6 79.49 -
YUV 100.6 203.29 203.18 -
System Red Green Blue C M Y K H S L
Decimal 206 21 234 0.12 0.91 0 0.08 292.11 0.84 0.5
Hex CE 15 EA C 5B 0 8 124 54 32
Octal 316 25 352 14 133 0 10 444 124 62
Binary 11001110 10101 11101010 1100 1011011 0 1000 100100100 1010100 110010

Color Harmonies of #CE15EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15EA

Black with #CE15EA

Text Example


Text Example

White with #CE15EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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