Html Css Color HEX #CFA9FC Mauve

📋 copy color: '#CFA9FC'

red 207 ◦ green 169 ◦ blue 252

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

Shades of Mauve #CFA9FC

Tints of Mauve #CFA9FC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.91%

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

R = 32.96%
G = 26.91%
B = 40.13%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFA9FC (or 0xCFA9FC) is known color: Mauve. HEX triplet: CF, A9 and FC. RGB value is (207,169,252). Sum of RGB (Red+Green+Blue) = 207+169+252=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA9FC is #305603. Grayscale: #BDBDBD. Windows color (decimal): -3167748 or 16558543. OLE color: 16558543.

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

Color convert

RGB 207 169 252 -
CMYK 0.18 0.33 0 0.01
HSL 267.47º 0.93% 0.83% -
HSV(B) 267.47º 0.33% 0.99% -
XYZ 57.49 48.67 98.46 -
YUV 189.82 163.09 140.25 -
System Red Green Blue C M Y K H S L
Decimal 207 169 252 0.18 0.33 0 0.01 267.47 0.93 0.83
Hex CF A9 FC 12 21 0 1 10B 5D 53
Octal 317 251 374 22 41 0 1 413 135 123
Binary 11001111 10101001 11111100 10010 100001 0 1 100001011 1011101 1010011

Color Harmonies of #CFA9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9FC

Black with #CFA9FC

Text Example


Text Example

White with #CFA9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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