Html Css Color HEX #CFA4FF Mauve

📋 copy color: '#CFA4FF'

red 207 ◦ green 164 ◦ blue 255

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

Shades of Mauve #CFA4FF

Tints of Mauve #CFA4FF

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.2%

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

R = 33.07%
G = 26.2%
B = 40.73%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CFA4FF (or 0xCFA4FF) is known color: Mauve. HEX triplet: CF, A4 and FF. RGB value is (207,164,255). Sum of RGB (Red+Green+Blue) = 207+164+255=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 164 (64.45% from 255 or 26.20% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFA4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA4FF is #305B00. Grayscale: #BABABA. Windows color (decimal): -3169025 or 16753871. OLE color: 16753871.

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

Color convert

RGB 207 164 255 -
CMYK 0.19 0.36 0 0
HSL 268.35º 1% 0.82% -
HSV(B) 268.35º 0.36% 1% -
XYZ 57.06 47.04 100.68 -
YUV 187.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 207 164 255 0.19 0.36 0 0 268.35 1 0.82
Hex CF A4 FF 13 24 0 0 10C 64 52
Octal 317 244 377 23 44 0 0 414 144 122
Binary 11001111 10100100 11111111 10011 100100 0 0 100001100 1100100 1010010

Color Harmonies of #CFA4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA4FF

Black with #CFA4FF

Text Example


Text Example

White with #CFA4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA4FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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