Html Css Color HEX #CFA7FB Mauve

📋 copy color: '#CFA7FB'

red 207 ◦ green 167 ◦ blue 251

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

Shades of Mauve #CFA7FB

Tints of Mauve #CFA7FB

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.72%

 BLUE value IS 251 (98.44% from 255) = 40.16%

R = 33.12%
G = 26.72%
B = 40.16%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CFA7FB (or 0xCFA7FB) is known color: Mauve. HEX triplet: CF, A7 and FB. RGB value is (207,167,251). Sum of RGB (Red+Green+Blue) = 207+167+251=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 167 (65.62% from 255 or 26.72% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFA7FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7FB is #305804. Grayscale: #BCBCBC. Windows color (decimal): -3168261 or 16492495. OLE color: 16492495.

HSL color Cylindrical-coordinate representation of color #CFA7FB: hue angle of 268.57º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFA7FB is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 167 251 -
CMYK 0.18 0.33 0 0.02
HSL 268.57º 0.91% 0.82% -
HSV(B) 268.57º 0.33% 0.98% -
XYZ 56.96 47.87 97.5 -
YUV 188.54 163.25 141.17 -
System Red Green Blue C M Y K H S L
Decimal 207 167 251 0.18 0.33 0 0.02 268.57 0.91 0.82
Hex CF A7 FB 12 21 0 2 10D 5B 52
Octal 317 247 373 22 41 0 2 415 133 122
Binary 11001111 10100111 11111011 10010 100001 0 10 100001101 1011011 1010010

Color Harmonies of #CFA7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA7FB

Black with #CFA7FB

Text Example


Text Example

White with #CFA7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA7FB; }

 p { color: rgb(207,167,251); }

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

background-color css

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

 a { background-color: rgb(207,167,251); }

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

border-color css

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

 span { border-color: rgb(207,167,251); }

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