Html Css Color HEX #CFA0FF Mauve

📋 copy color: '#CFA0FF'

red 207 ◦ green 160 ◦ blue 255

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

Shades of Mauve #CFA0FF

Tints of Mauve #CFA0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.72%

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

R = 33.28%
G = 25.72%
B = 41%

CMYK

 C value IS 0.19

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CFA0FF (or 0xCFA0FF) is known color: Mauve. HEX triplet: CF, A0 and FF. RGB value is (207,160,255). Sum of RGB (Red+Green+Blue) = 207+160+255=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 160 (62.89% from 255 or 25.72% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA0FF is #305F00. Grayscale: #B8B8B8. Windows color (decimal): -3170049 or 16752847. OLE color: 16752847.

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

Color convert

RGB 207 160 255 -
CMYK 0.19 0.37 0 0
HSL 269.68º 1% 0.81% -
HSV(B) 269.68º 0.37% 1% -
XYZ 56.35 45.63 100.44 -
YUV 184.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 207 160 255 0.19 0.37 0 0 269.68 1 0.81
Hex CF A0 FF 13 25 0 0 10E 64 51
Octal 317 240 377 23 45 0 0 416 144 121
Binary 11001111 10100000 11111111 10011 100101 0 0 100001110 1100100 1010001

Color Harmonies of #CFA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA0FF

Black with #CFA0FF

Text Example


Text Example

White with #CFA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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