Html Css Color HEX #CF9AFE Mauve

📋 copy color: '#CF9AFE'

red 207 ◦ green 154 ◦ blue 254

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

Shades of Mauve #CF9AFE

Tints of Mauve #CF9AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.04%

 BLUE value IS 254 (99.61% from 255) = 41.3%

R = 33.66%
G = 25.04%
B = 41.3%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CF9AFE (or 0xCF9AFE) is known color: Mauve. HEX triplet: CF, 9A and FE. RGB value is (207,154,254). Sum of RGB (Red+Green+Blue) = 207+154+254=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 154 (60.55% from 255 or 25.04% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF9AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9AFE is #306501. Grayscale: #B4B4B4. Windows color (decimal): -3171586 or 16685775. OLE color: 16685775.

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

Color convert

RGB 207 154 254 -
CMYK 0.19 0.39 0 0.00
HSL 271.8º 0.98% 0.8% -
HSV(B) 271.8º 0.39% 1% -
XYZ 55.18 43.53 99.26 -
YUV 181.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 207 154 254 0.19 0.39 0 0.00 271.8 0.98 0.8
Hex CF 9A FE 13 27 0 0 110 62 50
Octal 317 232 376 23 47 0 0 420 142 120
Binary 11001111 10011010 11111110 10011 100111 0 0 100010000 1100010 1010000

Color Harmonies of #CF9AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9AFE

Black with #CF9AFE

Text Example


Text Example

White with #CF9AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9AFE; }

 p { color: rgb(207,154,254); }

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

background-color css

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

 a { background-color: rgb(207,154,254); }

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

border-color css

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

 span { border-color: rgb(207,154,254); }

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