Html Css Color HEX #CE08F9 Psychedelic Purple

📋 copy color: '#CE08F9'

red 206 ◦ green 8 ◦ blue 249

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

Shades of Psychedelic Purple #CE08F9

Tints of Psychedelic Purple #CE08F9

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.73%

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

R = 44.49%
G = 1.73%
B = 53.78%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE08F9 (or 0xCE08F9) is known color: Psychedelic Purple. HEX triplet: CE, 08 and F9. RGB value is (206,8,249). Sum of RGB (Red+Green+Blue) = 206+8+249=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 8 (3.52% from 255 or 1.73% from 463); Blue value is 249 (97.66% from 255 or 53.78% from 463); Max value from RGB is 249 - color contains mainly: blue. Hex color #CE08F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE08F9 is #31F706. Grayscale: #5D5D5D. Windows color (decimal): -3274503 or 16320718. OLE color: 16320718.

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

Color convert

RGB 206 8 249 -
CMYK 0.17 0.97 0 0.02
HSL 289.29º 0.95% 0.5% -
HSV(B) 289.29º 0.97% 0.98% -
XYZ 42.64 20.14 91.26 -
YUV 94.68 215.1 207.4 -
System Red Green Blue C M Y K H S L
Decimal 206 8 249 0.17 0.97 0 0.02 289.29 0.95 0.5
Hex CE 8 F9 11 61 0 2 121 5F 32
Octal 316 10 371 21 141 0 2 441 137 62
Binary 11001110 1000 11111001 10001 1100001 0 10 100100001 1011111 110010

Color Harmonies of #CE08F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE08F9

Black with #CE08F9

Text Example


Text Example

White with #CE08F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE08F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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