Html Css Color HEX #CFA8FD Mauve

📋 copy color: '#CFA8FD'

red 207 ◦ green 168 ◦ blue 253

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

Shades of Mauve #CFA8FD

Tints of Mauve #CFA8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.75%

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 32.96%
G = 26.75%
B = 40.29%

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

#CFA8FD (or 0xCFA8FD) is known color: Mauve. HEX triplet: CF, A8 and FD. RGB value is (207,168,253). Sum of RGB (Red+Green+Blue) = 207+168+253=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 168 (66.02% from 255 or 26.75% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA8FD is #305702. Grayscale: #BDBDBD. Windows color (decimal): -3168003 or 16623823. OLE color: 16623823.

HSL color Cylindrical-coordinate representation of color #CFA8FD: hue angle of 267.53º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFA8FD is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 168 253 -
CMYK 0.18 0.34 0 0.01
HSL 267.53º 0.96% 0.83% -
HSV(B) 267.53º 0.34% 0.99% -
XYZ 57.46 48.36 99.23 -
YUV 189.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 207 168 253 0.18 0.34 0 0.01 267.53 0.96 0.83
Hex CF A8 FD 12 22 0 1 10C 60 53
Octal 317 250 375 22 42 0 1 414 140 123
Binary 11001111 10101000 11111101 10010 100010 0 1 100001100 1100000 1010011

Color Harmonies of #CFA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA8FD

Black with #CFA8FD

Text Example


Text Example

White with #CFA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA8FD; }

 p { color: rgb(207,168,253); }

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

background-color css

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

 a { background-color: rgb(207,168,253); }

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

border-color css

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

 span { border-color: rgb(207,168,253); }

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