Html Css Color HEX #CFA6FC Mauve

📋 copy color: '#CFA6FC'

red 207 ◦ green 166 ◦ blue 252

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

Shades of Mauve #CFA6FC

Tints of Mauve #CFA6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.56%

 BLUE value IS 252 (98.83% from 255) = 40.32%

R = 33.12%
G = 26.56%
B = 40.32%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFA6FC (or 0xCFA6FC) is known color: Mauve. HEX triplet: CF, A6 and FC. RGB value is (207,166,252). Sum of RGB (Red+Green+Blue) = 207+166+252=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 166 (65.23% from 255 or 26.56% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA6FC is #305903. Grayscale: #BBBBBB. Windows color (decimal): -3168516 or 16557775. OLE color: 16557775.

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

Color convert

RGB 207 166 252 -
CMYK 0.18 0.34 0 0.01
HSL 268.6º 0.93% 0.82% -
HSV(B) 268.6º 0.34% 0.99% -
XYZ 56.94 47.57 98.28 -
YUV 188.06 164.08 141.51 -
System Red Green Blue C M Y K H S L
Decimal 207 166 252 0.18 0.34 0 0.01 268.6 0.93 0.82
Hex CF A6 FC 12 22 0 1 10D 5D 52
Octal 317 246 374 22 42 0 1 415 135 122
Binary 11001111 10100110 11111100 10010 100010 0 1 100001101 1011101 1010010

Color Harmonies of #CFA6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA6FC

Black with #CFA6FC

Text Example


Text Example

White with #CFA6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA6FC; }

 p { color: rgb(207,166,252); }

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

background-color css

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

 a { background-color: rgb(207,166,252); }

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

border-color css

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

 span { border-color: rgb(207,166,252); }

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