Html Css Color HEX #CFA1FD Mauve

📋 copy color: '#CFA1FD'

red 207 ◦ green 161 ◦ blue 253

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

Shades of Mauve #CFA1FD

Tints of Mauve #CFA1FD

RGB

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

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

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

R = 33.33%
G = 25.93%
B = 40.74%

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

#CFA1FD (or 0xCFA1FD) is known color: Mauve. HEX triplet: CF, A1 and FD. RGB value is (207,161,253). Sum of RGB (Red+Green+Blue) = 207+161+253=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 161 (63.28% from 255 or 25.93% from 621); Blue value is 253 (99.22% from 255 or 40.74% from 621); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFA1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA1FD is #305E02. Grayscale: #B8B8B8. Windows color (decimal): -3169795 or 16622031. OLE color: 16622031.

HSL color Cylindrical-coordinate representation of color #CFA1FD: hue angle of 270º degrees, saturation: 0.96, 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 #CFA1FD is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 161 253 -
CMYK 0.18 0.36 0 0.01
HSL 270º 0.96% 0.81% -
HSV(B) 270º 0.36% 0.99% -
XYZ 56.21 45.85 98.82 -
YUV 185.24 166.24 143.52 -
System Red Green Blue C M Y K H S L
Decimal 207 161 253 0.18 0.36 0 0.01 270 0.96 0.81
Hex CF A1 FD 12 24 0 1 10E 60 51
Octal 317 241 375 22 44 0 1 416 140 121
Binary 11001111 10100001 11111101 10010 100100 0 1 100001110 1100000 1010001

Color Harmonies of #CFA1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA1FD

Black with #CFA1FD

Text Example


Text Example

White with #CFA1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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