Html Css Color HEX #CE09FC Psychedelic Purple

📋 copy color: '#CE09FC'

red 206 ◦ green 9 ◦ blue 252

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

Shades of Psychedelic Purple #CE09FC

Tints of Psychedelic Purple #CE09FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.96%

R = 44.11%
G = 1.93%
B = 53.96%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE09FC (or 0xCE09FC) is known color: Psychedelic Purple. HEX triplet: CE, 09 and FC. RGB value is (206,9,252). Sum of RGB (Red+Green+Blue) = 206+9+252=467 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.11% from 467); Green value is 9 (3.91% from 255 or 1.93% from 467); Blue value is 252 (98.83% from 255 or 53.96% from 467); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE09FC is #31F603. Grayscale: #5E5E5E. Windows color (decimal): -3274244 or 16517582. OLE color: 16517582.

HSL color Cylindrical-coordinate representation of color #CE09FC: hue angle of 288.64º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE09FC is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 9 252 -
CMYK 0.18 0.96 0 0.01
HSL 288.64º 0.98% 0.51% -
HSV(B) 288.64º 0.96% 0.99% -
XYZ 43.12 20.35 93.75 -
YUV 95.61 216.27 206.74 -
System Red Green Blue C M Y K H S L
Decimal 206 9 252 0.18 0.96 0 0.01 288.64 0.98 0.51
Hex CE 9 FC 12 60 0 1 121 62 33
Octal 316 11 374 22 140 0 1 441 142 63
Binary 11001110 1001 11111100 10010 1100000 0 1 100100001 1100010 110011

Color Harmonies of #CE09FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09FC

Black with #CE09FC

Text Example


Text Example

White with #CE09FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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