Html Css Color HEX #CE14F1 Psychedelic Purple

📋 copy color: '#CE14F1'

red 206 ◦ green 20 ◦ blue 241

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

Shades of Psychedelic Purple #CE14F1

Tints of Psychedelic Purple #CE14F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 51.61%

R = 44.11%
G = 4.28%
B = 51.61%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE14F1 (or 0xCE14F1) is known color: Psychedelic Purple. HEX triplet: CE, 14 and F1. RGB value is (206,20,241). Sum of RGB (Red+Green+Blue) = 206+20+241=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 241 (94.53% from 255 or 51.61% from 467); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE14F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14F1 is #31EB0E. Grayscale: #646464. Windows color (decimal): -3271439 or 15799502. OLE color: 15799502.

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

Color convert

RGB 206 20 241 -
CMYK 0.15 0.92 0 0.05
HSL 290.5º 0.89% 0.51% -
HSV(B) 290.5º 0.92% 0.95% -
XYZ 41.58 19.97 84.88 -
YUV 100.81 207.12 203.03 -
System Red Green Blue C M Y K H S L
Decimal 206 20 241 0.15 0.92 0 0.05 290.5 0.89 0.51
Hex CE 14 F1 F 5C 0 5 122 59 33
Octal 316 24 361 17 134 0 5 442 131 63
Binary 11001110 10100 11110001 1111 1011100 0 101 100100010 1011001 110011

Color Harmonies of #CE14F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14F1

Black with #CE14F1

Text Example


Text Example

White with #CE14F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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