Html Css Color HEX #CE15F9 Psychedelic Purple

📋 copy color: '#CE15F9'

red 206 ◦ green 21 ◦ blue 249

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

Shades of Psychedelic Purple #CE15F9

Tints of Psychedelic Purple #CE15F9

RGB

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

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

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

R = 43.28%
G = 4.41%
B = 52.31%

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

#CE15F9 (or 0xCE15F9) is known color: Psychedelic Purple. HEX triplet: CE, 15 and F9. RGB value is (206,21,249). Sum of RGB (Red+Green+Blue) = 206+21+249=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 21 (8.59% from 255 or 4.41% from 476); Blue value is 249 (97.66% from 255 or 52.31% from 476); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE15F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE15F9 is #31EA06. Grayscale: #656565. Windows color (decimal): -3271175 or 16324046. OLE color: 16324046.

HSL color Cylindrical-coordinate representation of color #CE15F9: hue angle of 288.68º 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 #CE15F9 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 21 249 -
CMYK 0.17 0.92 0 0.02
HSL 288.68º 0.95% 0.53% -
HSV(B) 288.68º 0.92% 0.98% -
XYZ 42.82 20.5 91.32 -
YUV 102.31 210.79 201.96 -
System Red Green Blue C M Y K H S L
Decimal 206 21 249 0.17 0.92 0 0.02 288.68 0.95 0.53
Hex CE 15 F9 11 5C 0 2 121 5F 35
Octal 316 25 371 21 134 0 2 441 137 65
Binary 11001110 10101 11111001 10001 1011100 0 10 100100001 1011111 110101

Color Harmonies of #CE15F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE15F9

Black with #CE15F9

Text Example


Text Example

White with #CE15F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE15F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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