Html Css Color HEX #CF9FFD Mauve

📋 copy color: '#CF9FFD'

red 207 ◦ green 159 ◦ blue 253

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

Shades of Mauve #CF9FFD

Tints of Mauve #CF9FFD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.69%

 BLUE value IS 253 (99.22% from 255) = 40.87%

R = 33.44%
G = 25.69%
B = 40.87%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF9FFD (or 0xCF9FFD) is known color: Mauve. HEX triplet: CF, 9F and FD. RGB value is (207,159,253). Sum of RGB (Red+Green+Blue) = 207+159+253=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 253 (99.22% from 255 or 40.87% from 619); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9FFD is #306002. Grayscale: #B7B7B7. Windows color (decimal): -3170307 or 16621519. OLE color: 16621519.

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

Color convert

RGB 207 159 253 -
CMYK 0.18 0.37 0 0.01
HSL 270.64º 0.96% 0.81% -
HSV(B) 270.64º 0.37% 0.99% -
XYZ 55.86 45.15 98.7 -
YUV 184.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 207 159 253 0.18 0.37 0 0.01 270.64 0.96 0.81
Hex CF 9F FD 12 25 0 1 10F 60 51
Octal 317 237 375 22 45 0 1 417 140 121
Binary 11001111 10011111 11111101 10010 100101 0 1 100001111 1100000 1010001

Color Harmonies of #CF9FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9FFD

Black with #CF9FFD

Text Example


Text Example

White with #CF9FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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