Html Css Color HEX #CF09EB Psychedelic Purple

📋 copy color: '#CF09EB'

red 207 ◦ green 9 ◦ blue 235

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

Shades of Psychedelic Purple #CF09EB

Tints of Psychedelic Purple #CF09EB

RGB

 RED value IS 207 (81.25% from 255) = 45.9%

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 45.9%
G = 2%
B = 52.11%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CF09EB (or 0xCF09EB) is known color: Psychedelic Purple. HEX triplet: CF, 09 and EB. RGB value is (207,9,235). Sum of RGB (Red+Green+Blue) = 207+9+235=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 9 (3.91% from 255 or 2.00% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF09EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF09EB is #30F614. Grayscale: #5D5D5D. Windows color (decimal): -3208725 or 15403471. OLE color: 15403471.

HSL color Cylindrical-coordinate representation of color #CF09EB: hue angle of 292.57º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09EB is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 9 235 -
CMYK 0.12 0.96 0 0.08
HSL 292.57º 0.93% 0.48% -
HSV(B) 292.57º 0.96% 0.92% -
XYZ 40.83 19.46 80.2 -
YUV 93.97 207.6 208.62 -
System Red Green Blue C M Y K H S L
Decimal 207 9 235 0.12 0.96 0 0.08 292.57 0.93 0.48
Hex CF 9 EB C 60 0 8 125 5D 30
Octal 317 11 353 14 140 0 10 445 135 60
Binary 11001111 1001 11101011 1100 1100000 0 1000 100100101 1011101 110000

Color Harmonies of #CF09EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09EB

Black with #CF09EB

Text Example


Text Example

White with #CF09EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09EB; }

 p { color: rgb(207,9,235); }

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

background-color css

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

 a { background-color: rgb(207,9,235); }

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

border-color css

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

 span { border-color: rgb(207,9,235); }

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