Html Css Color HEX #CE09FA Psychedelic Purple

📋 copy color: '#CE09FA'

red 206 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #CE09FA

Tints of Psychedelic Purple #CE09FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 44.3%
G = 1.94%
B = 53.76%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE09FA (or 0xCE09FA) is known color: Psychedelic Purple. HEX triplet: CE, 09 and FA. RGB value is (206,9,250). Sum of RGB (Red+Green+Blue) = 206+9+250=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 9 (3.91% from 255 or 1.94% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CE09FA is #31F605. Grayscale: #5E5E5E. Windows color (decimal): -3274246 or 16386510. OLE color: 16386510.

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

Color convert

RGB 206 9 250 -
CMYK 0.18 0.96 0 0.02
HSL 289.05º 0.96% 0.51% -
HSV(B) 289.05º 0.96% 0.98% -
XYZ 42.81 20.22 92.09 -
YUV 95.38 215.27 206.9 -
System Red Green Blue C M Y K H S L
Decimal 206 9 250 0.18 0.96 0 0.02 289.05 0.96 0.51
Hex CE 9 FA 12 60 0 2 121 60 33
Octal 316 11 372 22 140 0 2 441 140 63
Binary 11001110 1001 11111010 10010 1100000 0 10 100100001 1100000 110011

Color Harmonies of #CE09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE09FA

Black with #CE09FA

Text Example


Text Example

White with #CE09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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