#CF9EFD

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

Shades of Mauve #CF9EFD

Tints of Mauve #CF9EFD

Color information

#CF9EFD (or 0xCF9EFD) is unknown color: approx Mauve. HEX triplet: CF, 9E and FD. RGB value is (207,158,253). Sum of RGB (Red+Green+Blue) = 207+158+253=618 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.50% from 618); Green value is 158 (62.11% from 255 or 25.57% from 618); Blue value is 253 (99.22% from 255 or 40.94% from 618); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EFD is #306102. Grayscale: #B7B7B7. Windows color (decimal): -3170563 or 16621263. OLE color: 16621263.

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

Color convert

RGB207158253-
CMYK0.180.3800.01
HSL270.95º95.96%80.59%-
HSV(B)270.95º37.55%99.22%-
XYZ55.6944.8198.64-
YUV183.48167.23144.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.50%
GREEN value IS 158 (62.11% from 255) = 25.57%
BLUE value IS 253 (99.22% from 255) = 40.94%
R=33.50%
G=25.57%
B=40.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2071582530.180.3800.01270.9595.9680.59
HexCF9EFD12260110f6051
Octal317236375224601417140121
Binary110011111001111011111101100101001100110000111111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9EFD; }

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

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

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

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

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

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

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

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