Html Css Color HEX #CE09F0 Psychedelic Purple

📋 copy color: '#CE09F0'

red 206 ◦ green 9 ◦ blue 240

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

Shades of Psychedelic Purple #CE09F0

Tints of Psychedelic Purple #CE09F0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 1.98%

 BLUE value IS 240 (94.14% from 255) = 52.75%

R = 45.27%
G = 1.98%
B = 52.75%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CE09F0 (or 0xCE09F0) is known color: Psychedelic Purple. HEX triplet: CE, 09 and F0. RGB value is (206,9,240). Sum of RGB (Red+Green+Blue) = 206+9+240=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 240 (94.14% from 255 or 52.75% from 455); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE09F0 is #31F60F. Grayscale: #5D5D5D. Windows color (decimal): -3274256 or 15731150. OLE color: 15731150.

HSL color Cylindrical-coordinate representation of color #CE09F0: hue angle of 291.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09F0 is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 9 240 -
CMYK 0.14 0.96 0 0.06
HSL 291.17º 0.93% 0.49% -
HSV(B) 291.17º 0.96% 0.94% -
XYZ 41.28 19.61 84.05 -
YUV 94.24 210.27 207.72 -
System Red Green Blue C M Y K H S L
Decimal 206 9 240 0.14 0.96 0 0.06 291.17 0.93 0.49
Hex CE 9 F0 E 60 0 6 123 5D 31
Octal 316 11 360 16 140 0 6 443 135 61
Binary 11001110 1001 11110000 1110 1100000 0 110 100100011 1011101 110001

Color Harmonies of #CE09F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09F0

Black with #CE09F0

Text Example


Text Example

White with #CE09F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09F0; }

 p { color: rgb(206,9,240); }

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

background-color css

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

 a { background-color: rgb(206,9,240); }

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

border-color css

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

 span { border-color: rgb(206,9,240); }

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