Html Css Color HEX #CE16F9 Psychedelic Purple

📋 copy color: '#CE16F9'

red 206 ◦ green 22 ◦ blue 249

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

Shades of Psychedelic Purple #CE16F9

Tints of Psychedelic Purple #CE16F9

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.61%

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

R = 43.19%
G = 4.61%
B = 52.2%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE16F9 (or 0xCE16F9) is known color: Psychedelic Purple. HEX triplet: CE, 16 and F9. RGB value is (206,22,249). Sum of RGB (Red+Green+Blue) = 206+22+249=477 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.19% from 477); Green value is 22 (8.98% from 255 or 4.61% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE16F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE16F9 is #31E906. Grayscale: #666666. Windows color (decimal): -3270919 or 16324302. OLE color: 16324302.

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

Color convert

RGB 206 22 249 -
CMYK 0.17 0.91 0 0.02
HSL 288.63º 0.95% 0.53% -
HSV(B) 288.63º 0.91% 0.98% -
XYZ 42.84 20.54 91.33 -
YUV 102.89 210.46 201.54 -
System Red Green Blue C M Y K H S L
Decimal 206 22 249 0.17 0.91 0 0.02 288.63 0.95 0.53
Hex CE 16 F9 11 5B 0 2 121 5F 35
Octal 316 26 371 21 133 0 2 441 137 65
Binary 11001110 10110 11111001 10001 1011011 0 10 100100001 1011111 110101

Color Harmonies of #CE16F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE16F9

Black with #CE16F9

Text Example


Text Example

White with #CE16F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE16F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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