Html Css Color HEX #CF06F8 Psychedelic Purple

📋 copy color: '#CF06F8'

red 207 ◦ green 6 ◦ blue 248

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

Shades of Psychedelic Purple #CF06F8

Tints of Psychedelic Purple #CF06F8

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.3%

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

R = 44.9%
G = 1.3%
B = 53.8%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CF06F8 (or 0xCF06F8) is known color: Psychedelic Purple. HEX triplet: CF, 06 and F8. RGB value is (207,6,248). Sum of RGB (Red+Green+Blue) = 207+6+248=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 6 (2.73% from 255 or 1.30% from 461); Blue value is 248 (97.27% from 255 or 53.80% from 461); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF06F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #CF06F8 is #30F907. Grayscale: #5C5C5C. Windows color (decimal): -3209480 or 16254671. OLE color: 16254671.

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

Color convert

RGB 207 6 248 -
CMYK 0.17 0.98 0 0.03
HSL 289.83º 0.95% 0.5% -
HSV(B) 289.83º 0.98% 0.97% -
XYZ 42.74 20.17 90.45 -
YUV 93.69 215.09 208.82 -
System Red Green Blue C M Y K H S L
Decimal 207 6 248 0.17 0.98 0 0.03 289.83 0.95 0.5
Hex CF 6 F8 11 62 0 3 122 5F 32
Octal 317 6 370 21 142 0 3 442 137 62
Binary 11001111 110 11111000 10001 1100010 0 11 100100010 1011111 110010

Color Harmonies of #CF06F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF06F8

Black with #CF06F8

Text Example


Text Example

White with #CF06F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF06F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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