Html Css Color HEX #CF9CFA Mauve

📋 copy color: '#CF9CFA'

red 207 ◦ green 156 ◦ blue 250

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

Shades of Mauve #CF9CFA

Tints of Mauve #CF9CFA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.45%

 BLUE value IS 250 (98.05% from 255) = 40.78%

R = 33.77%
G = 25.45%
B = 40.78%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF9CFA (or 0xCF9CFA) is known color: Mauve. HEX triplet: CF, 9C and FA. RGB value is (207,156,250). Sum of RGB (Red+Green+Blue) = 207+156+250=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF9CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CFA is #306305. Grayscale: #B5B5B5. Windows color (decimal): -3171078 or 16424143. OLE color: 16424143.

HSL color Cylindrical-coordinate representation of color #CF9CFA: hue angle of 272.55º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF9CFA is Cyan = 0.17, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 156 250 -
CMYK 0.17 0.38 0 0.02
HSL 272.55º 0.9% 0.8% -
HSV(B) 272.55º 0.38% 0.98% -
XYZ 54.88 43.94 96.03 -
YUV 181.97 166.4 145.86 -
System Red Green Blue C M Y K H S L
Decimal 207 156 250 0.17 0.38 0 0.02 272.55 0.9 0.8
Hex CF 9C FA 11 26 0 2 111 5A 50
Octal 317 234 372 21 46 0 2 421 132 120
Binary 11001111 10011100 11111010 10001 100110 0 10 100010001 1011010 1010000

Color Harmonies of #CF9CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9CFA

Black with #CF9CFA

Text Example


Text Example

White with #CF9CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9CFA; }

 p { color: rgb(207,156,250); }

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

background-color css

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

 a { background-color: rgb(207,156,250); }

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

border-color css

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

 span { border-color: rgb(207,156,250); }

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