Html Css Color HEX #CF09FA Psychedelic Purple

📋 copy color: '#CF09FA'

red 207 ◦ green 9 ◦ blue 250

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

Shades of Psychedelic Purple #CF09FA

Tints of Psychedelic Purple #CF09FA

RGB

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

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

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

R = 44.42%
G = 1.93%
B = 53.65%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF09FA (or 0xCF09FA) is known color: Psychedelic Purple. HEX triplet: CF, 09 and FA. RGB value is (207,9,250). Sum of RGB (Red+Green+Blue) = 207+9+250=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 9 (3.91% from 255 or 1.93% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF09FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF09FA is #30F605. Grayscale: #5E5E5E. Windows color (decimal): -3208710 or 16386511. OLE color: 16386511.

HSL color Cylindrical-coordinate representation of color #CF09FA: hue angle of 289.29º 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 #CF09FA is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 9 250 -
CMYK 0.17 0.96 0 0.02
HSL 289.29º 0.96% 0.51% -
HSV(B) 289.29º 0.96% 0.98% -
XYZ 43.09 20.36 92.1 -
YUV 95.68 215.1 207.4 -
System Red Green Blue C M Y K H S L
Decimal 207 9 250 0.17 0.96 0 0.02 289.29 0.96 0.51
Hex CF 9 FA 11 60 0 2 121 60 33
Octal 317 11 372 21 140 0 2 441 140 63
Binary 11001111 1001 11111010 10001 1100000 0 10 100100001 1100000 110011

Color Harmonies of #CF09FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF09FA

Black with #CF09FA

Text Example


Text Example

White with #CF09FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF09FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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