Html Css Color HEX #CFA1FC Mauve

📋 copy color: '#CFA1FC'

red 207 ◦ green 161 ◦ blue 252

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

Shades of Mauve #CFA1FC

Tints of Mauve #CFA1FC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.97%

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

R = 33.39%
G = 25.97%
B = 40.65%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFA1FC (or 0xCFA1FC) is known color: Mauve. HEX triplet: CF, A1 and FC. RGB value is (207,161,252). Sum of RGB (Red+Green+Blue) = 207+161+252=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 161 (63.28% from 255 or 25.97% from 620); Blue value is 252 (98.83% from 255 or 40.65% from 620); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFA1FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA1FC is #305E03. Grayscale: #B8B8B8. Windows color (decimal): -3169796 or 16556495. OLE color: 16556495.

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

Color convert

RGB 207 161 252 -
CMYK 0.18 0.36 0 0.01
HSL 270.33º 0.94% 0.81% -
HSV(B) 270.33º 0.36% 0.99% -
XYZ 56.05 45.78 97.98 -
YUV 185.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 207 161 252 0.18 0.36 0 0.01 270.33 0.94 0.81
Hex CF A1 FC 12 24 0 1 10E 5E 51
Octal 317 241 374 22 44 0 1 416 136 121
Binary 11001111 10100001 11111100 10010 100100 0 1 100001110 1011110 1010001

Color Harmonies of #CFA1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA1FC

Black with #CFA1FC

Text Example


Text Example

White with #CFA1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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