Html Css Color HEX #CFA7FF Mauve

📋 copy color: '#CFA7FF'

red 207 ◦ green 167 ◦ blue 255

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

Shades of Mauve #CFA7FF

Tints of Mauve #CFA7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 40.54%

R = 32.91%
G = 26.55%
B = 40.54%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CFA7FF (or 0xCFA7FF) is known color: Mauve. HEX triplet: CF, A7 and FF. RGB value is (207,167,255). Sum of RGB (Red+Green+Blue) = 207+167+255=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 167 (65.62% from 255 or 26.55% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7FF is #305800. Grayscale: #BCBCBC. Windows color (decimal): -3168257 or 16754639. OLE color: 16754639.

HSL color Cylindrical-coordinate representation of color #CFA7FF: hue angle of 267.27º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFA7FF is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 207 167 255 -
CMYK 0.19 0.35 0 0
HSL 267.27º 1% 0.83% -
HSV(B) 267.27º 0.35% 1% -
XYZ 57.6 48.12 100.86 -
YUV 188.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 207 167 255 0.19 0.35 0 0 267.27 1 0.83
Hex CF A7 FF 13 23 0 0 10B 64 53
Octal 317 247 377 23 43 0 0 413 144 123
Binary 11001111 10100111 11111111 10011 100011 0 0 100001011 1100100 1010011

Color Harmonies of #CFA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA7FF

Black with #CFA7FF

Text Example


Text Example

White with #CFA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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