Html Css Color HEX #CFA7FC Mauve

📋 copy color: '#CFA7FC'

red 207 ◦ green 167 ◦ blue 252

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

Shades of Mauve #CFA7FC

Tints of Mauve #CFA7FC

RGB

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

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

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

R = 33.07%
G = 26.68%
B = 40.26%

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

#CFA7FC (or 0xCFA7FC) is known color: Mauve. HEX triplet: CF, A7 and FC. RGB value is (207,167,252). Sum of RGB (Red+Green+Blue) = 207+167+252=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 167 (65.62% from 255 or 26.68% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFA7FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7FC is #305803. Grayscale: #BCBCBC. Windows color (decimal): -3168260 or 16558031. OLE color: 16558031.

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

Color convert

RGB 207 167 252 -
CMYK 0.18 0.34 0 0.01
HSL 268.24º 0.93% 0.82% -
HSV(B) 268.24º 0.34% 0.99% -
XYZ 57.12 47.93 98.34 -
YUV 188.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 207 167 252 0.18 0.34 0 0.01 268.24 0.93 0.82
Hex CF A7 FC 12 22 0 1 10C 5D 52
Octal 317 247 374 22 42 0 1 414 135 122
Binary 11001111 10100111 11111100 10010 100010 0 1 100001100 1011101 1010010

Color Harmonies of #CFA7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA7FC

Black with #CFA7FC

Text Example


Text Example

White with #CFA7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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