Html Css Color HEX #CF00F8 Psychedelic Purple

📋 copy color: '#CF00F8'

red 207 ◦ green 0 ◦ blue 248

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

Shades of Psychedelic Purple #CF00F8

Tints of Psychedelic Purple #CF00F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 54.51%

R = 45.49%
G = 0%
B = 54.51%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CF00F8 (or 0xCF00F8) is known color: Psychedelic Purple. HEX triplet: CF, 00 and F8. RGB value is (207,0,248). Sum of RGB (Red+Green+Blue) = 207+0+248=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 0 (0.39% from 255 or 0% from 455); Blue value is 248 (97.27% from 255 or 54.51% from 455); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF00F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF00F8 is #30FF07. Grayscale: #595959. Windows color (decimal): -3211016 or 16253135. OLE color: 16253135.

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

Color convert

RGB 207 0 248 -
CMYK 0.17 1 0 0.03
HSL 290.08º 1% 0.49% -
HSV(B) 290.08º 1% 0.97% -
XYZ 42.68 20.04 90.43 -
YUV 90.17 217.08 211.33 -
System Red Green Blue C M Y K H S L
Decimal 207 0 248 0.17 1 0 0.03 290.08 1 0.49
Hex CF 0 F8 11 64 0 3 122 64 31
Octal 317 0 370 21 144 0 3 442 144 61
Binary 11001111 0 11111000 10001 1100100 0 11 100100010 1100100 110001

Color Harmonies of #CF00F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF00F8

Black with #CF00F8

Text Example


Text Example

White with #CF00F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF00F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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