Html Css Color HEX #CE14E7 Psychedelic Purple

📋 copy color: '#CE14E7'

red 206 ◦ green 20 ◦ blue 231

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

Shades of Psychedelic Purple #CE14E7

Tints of Psychedelic Purple #CE14E7

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.38%

 BLUE value IS 231 (90.63% from 255) = 50.55%

R = 45.08%
G = 4.38%
B = 50.55%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CE14E7 (or 0xCE14E7) is known color: Psychedelic Purple. HEX triplet: CE, 14 and E7. RGB value is (206,20,231). Sum of RGB (Red+Green+Blue) = 206+20+231=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 20 (8.20% from 255 or 4.38% from 457); Blue value is 231 (90.62% from 255 or 50.55% from 457); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE14E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14E7 is #31EB18. Grayscale: #636363. Windows color (decimal): -3271449 or 15144142. OLE color: 15144142.

HSL color Cylindrical-coordinate representation of color #CE14E7: hue angle of 292.89º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE14E7 is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 20 231 -
CMYK 0.11 0.91 0 0.09
HSL 292.89º 0.84% 0.49% -
HSV(B) 292.89º 0.91% 0.91% -
XYZ 40.13 19.39 77.23 -
YUV 99.67 202.12 203.84 -
System Red Green Blue C M Y K H S L
Decimal 206 20 231 0.11 0.91 0 0.09 292.89 0.84 0.49
Hex CE 14 E7 B 5B 0 9 125 54 31
Octal 316 24 347 13 133 0 11 445 124 61
Binary 11001110 10100 11100111 1011 1011011 0 1001 100100101 1010100 110001

Color Harmonies of #CE14E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14E7

Black with #CE14E7

Text Example


Text Example

White with #CE14E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14E7; }

 p { color: rgb(206,20,231); }

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

background-color css

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

 a { background-color: rgb(206,20,231); }

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

border-color css

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

 span { border-color: rgb(206,20,231); }

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