Html Css Color HEX #CFA2FD Mauve

📋 copy color: '#CFA2FD'

red 207 ◦ green 162 ◦ blue 253

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

Shades of Mauve #CFA2FD

Tints of Mauve #CFA2FD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.05%

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

R = 33.28%
G = 26.05%
B = 40.68%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CFA2FD (or 0xCFA2FD) is known color: Mauve. HEX triplet: CF, A2 and FD. RGB value is (207,162,253). Sum of RGB (Red+Green+Blue) = 207+162+253=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 253 (99.22% from 255 or 40.68% from 622); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFA2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA2FD is #305D02. Grayscale: #B9B9B9. Windows color (decimal): -3169539 or 16622287. OLE color: 16622287.

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

Color convert

RGB 207 162 253 -
CMYK 0.18 0.36 0 0.01
HSL 269.67º 0.96% 0.81% -
HSV(B) 269.67º 0.36% 0.99% -
XYZ 56.38 46.2 98.87 -
YUV 185.83 165.91 143.1 -
System Red Green Blue C M Y K H S L
Decimal 207 162 253 0.18 0.36 0 0.01 269.67 0.96 0.81
Hex CF A2 FD 12 24 0 1 10E 60 51
Octal 317 242 375 22 44 0 1 416 140 121
Binary 11001111 10100010 11111101 10010 100100 0 1 100001110 1100000 1010001

Color Harmonies of #CFA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA2FD

Black with #CFA2FD

Text Example


Text Example

White with #CFA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA2FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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