Html Css Color HEX #CE14F9 Psychedelic Purple

📋 copy color: '#CE14F9'

red 206 ◦ green 20 ◦ blue 249

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

Shades of Psychedelic Purple #CE14F9

Tints of Psychedelic Purple #CE14F9

RGB

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

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

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

R = 43.37%
G = 4.21%
B = 52.42%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE14F9 (or 0xCE14F9) is known color: Psychedelic Purple. HEX triplet: CE, 14 and F9. RGB value is (206,20,249). Sum of RGB (Red+Green+Blue) = 206+20+249=475 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.37% from 475); Green value is 20 (8.20% from 255 or 4.21% from 475); Blue value is 249 (97.66% from 255 or 52.42% from 475); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE14F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE14F9 is #31EB06. Grayscale: #646464. Windows color (decimal): -3271431 or 16323790. OLE color: 16323790.

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

Color convert

RGB 206 20 249 -
CMYK 0.17 0.92 0 0.02
HSL 288.73º 0.95% 0.53% -
HSV(B) 288.73º 0.92% 0.98% -
XYZ 42.8 20.46 91.32 -
YUV 101.72 211.12 202.38 -
System Red Green Blue C M Y K H S L
Decimal 206 20 249 0.17 0.92 0 0.02 288.73 0.95 0.53
Hex CE 14 F9 11 5C 0 2 121 5F 35
Octal 316 24 371 21 134 0 2 441 137 65
Binary 11001110 10100 11111001 10001 1011100 0 10 100100001 1011111 110101

Color Harmonies of #CE14F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE14F9

Black with #CE14F9

Text Example


Text Example

White with #CE14F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE14F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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