Html Css Color HEX #CF00F7 Psychedelic Purple

📋 copy color: '#CF00F7'

red 207 ◦ green 0 ◦ blue 247

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

Shades of Psychedelic Purple #CF00F7

Tints of Psychedelic Purple #CF00F7

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 247 (96.88% from 255) = 54.41%

R = 45.59%
G = 0%
B = 54.41%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CF00F7 (or 0xCF00F7) is known color: Psychedelic Purple. HEX triplet: CF, 00 and F7. RGB value is (207,0,247). Sum of RGB (Red+Green+Blue) = 207+0+247=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 0 (0.39% from 255 or 0% from 454); Blue value is 247 (96.88% from 255 or 54.41% from 454); Max value from RGB is 247 - color contains mainly: blue. Hex color #CF00F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00F7 is #30FF08. Grayscale: #595959. Windows color (decimal): -3211017 or 16187599. OLE color: 16187599.

HSL color Cylindrical-coordinate representation of color #CF00F7: hue angle of 290.28º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF00F7 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 207 0 247 -
CMYK 0.16 1 0 0.03
HSL 290.28º 1% 0.48% -
HSV(B) 290.28º 1% 0.97% -
XYZ 42.52 19.98 89.61 -
YUV 90.05 216.58 211.42 -
System Red Green Blue C M Y K H S L
Decimal 207 0 247 0.16 1 0 0.03 290.28 1 0.48
Hex CF 0 F7 10 64 0 3 122 64 30
Octal 317 0 367 20 144 0 3 442 144 60
Binary 11001111 0 11110111 10000 1100100 0 11 100100010 1100100 110000

Color Harmonies of #CF00F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00F7

Black with #CF00F7

Text Example


Text Example

White with #CF00F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00F7; }

 p { color: rgb(207,0,247); }

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

background-color css

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

 a { background-color: rgb(207,0,247); }

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

border-color css

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

 span { border-color: rgb(207,0,247); }

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