#CF90FD

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

Shades of Mauve #CF90FD

Tints of Mauve #CF90FD

Color information

#CF90FD (or 0xCF90FD) is unknown color: approx Mauve. HEX triplet: CF, 90 and FD. RGB value is (207,144,253). Sum of RGB (Red+Green+Blue) = 207+144+253=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF90FD is #306F02. Grayscale: #AEAEAE. Windows color (decimal): -3174147 or 16617679. OLE color: 16617679.

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

Color convert

RGB207144253-
CMYK0.180.4300.01
HSL274.68º96.46%77.84%-
HSV(B)274.68º43.08%99.22%-
XYZ53.4440.397.89-
YUV175.26171.87150.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 144 (56.64% from 255) = 23.84%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=34.27%
G=23.84%
B=41.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071442530.180.4300.01274.6896.4677.84
HexCF90FD122B01113604e
Octal317220375225301423140116
Binary110011111001000011111101100101010110110001001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF90FD; }

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

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

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

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

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

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

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

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