#CF1DFD

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

Shades of Psychedelic Purple #CF1DFD

Tints of Psychedelic Purple #CF1DFD

Color information

#CF1DFD (or 0xCF1DFD) is unknown color: approx Psychedelic Purple. HEX triplet: CF, 1D and FD. RGB value is (207,29,253). Sum of RGB (Red+Green+Blue) = 207+29+253=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 29 (11.72% from 255 or 5.93% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF1DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF1DFD is #30E202. Grayscale: #6B6B6B. Windows color (decimal): -3203587 or 16588239. OLE color: 16588239.

HSL color Cylindrical-coordinate representation of color #CF1DFD: hue angle of 287.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF1DFD is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20729253-
CMYK0.180.8900.01
HSL287.68º98.25%55.29%-
HSV(B)287.68º88.54%99.22%-
XYZ43.921.2494.71-
YUV107.76209.97198.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 29 (11.72% from 255) = 5.93%
BLUE value IS 253 (99.22% from 255) = 51.74%
R=42.33%
G=5.93%
B=51.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal207292530.180.8900.01287.6898.2555.29
HexCF1DFD1259011206237
Octal31735375221310144014267
Binary110011111110111111101100101011001011001000001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF1DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF1DFD; }

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

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

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

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

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

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

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

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