#CF1DF6

Color #CF1DF6 Psychedelic Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Psychedelic Purple #CF1DF6

Tints of Psychedelic Purple #CF1DF6

Color information

#CF1DF6 (or 0xCF1DF6) is unknown color: approx Psychedelic Purple. HEX triplet: CF, 1D and F6. RGB value is (207,29,246). Sum of RGB (Red+Green+Blue) = 207+29+246=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 29 (11.72% from 255 or 6.02% from 482); Blue value is 246 (96.48% from 255 or 51.04% from 482); Max value from RGB is 246 - color contains mainly: blue. Hex color #CF1DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1DF6 is #30E209. Grayscale: #6A6A6A. Windows color (decimal): -3203594 or 16129487. OLE color: 16129487.

HSL color Cylindrical-coordinate representation of color #CF1DF6: hue angle of 289.22º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF1DF6 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20729246-
CMYK0.160.8800.04
HSL289.22º92.34%53.92%-
HSV(B)289.22º88.21%96.47%-
XYZ42.8120.888.95-
YUV106.96206.47199.36-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.95%
GREEN value IS 29 (11.72% from 255) = 6.02%
BLUE value IS 246 (96.48% from 255) = 51.04%
R=42.95%
G=6.02%
B=51.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal207292460.160.8800.04289.2292.3453.92
HexCF1DF61058041215c36
Octal31735366201300444113466
Binary11001111111011111011010000101100001001001000011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1DF6; }

 p { color: rgb(207,29,246); }

 H1.HeaderClassName
 {
   color: #CF1DF6;
 }
 .AnyTagClassName
 {
   color: #CF1DF6;
 }
</style>
background-color css

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

 a { background-color: rgb(207,29,246); }

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

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

 span { border-color: rgb(207,29,246); }

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