Html Css Color HEX #CFACFF Mauve

📋 copy color: '#CFACFF'

red 207 ◦ green 172 ◦ blue 255

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

Shades of Mauve #CFACFF

Tints of Mauve #CFACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.13%

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

R = 32.65%
G = 27.13%
B = 40.22%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CFACFF (or 0xCFACFF) is known color: Mauve. HEX triplet: CF, AC and FF. RGB value is (207,172,255). Sum of RGB (Red+Green+Blue) = 207+172+255=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 172 (67.58% from 255 or 27.13% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFACFF is #305300. Grayscale: #BFBFBF. Windows color (decimal): -3166977 or 16755919. OLE color: 16755919.

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

Color convert

RGB 207 172 255 -
CMYK 0.19 0.33 0 0
HSL 265.3º 1% 0.84% -
HSV(B) 265.3º 0.33% 1% -
XYZ 58.53 49.99 101.17 -
YUV 191.93 163.6 138.75 -
System Red Green Blue C M Y K H S L
Decimal 207 172 255 0.19 0.33 0 0 265.3 1 0.84
Hex CF AC FF 13 21 0 0 109 64 54
Octal 317 254 377 23 41 0 0 411 144 124
Binary 11001111 10101100 11111111 10011 100001 0 0 100001001 1100100 1010100

Color Harmonies of #CFACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFACFF

Black with #CFACFF

Text Example


Text Example

White with #CFACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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