Html Css Color HEX #CF9BFA Mauve

📋 copy color: '#CF9BFA'

red 207 ◦ green 155 ◦ blue 250

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

Shades of Mauve #CF9BFA

Tints of Mauve #CF9BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.33%

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

R = 33.82%
G = 25.33%
B = 40.85%

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

#CF9BFA (or 0xCF9BFA) is known color: Mauve. HEX triplet: CF, 9B and FA. RGB value is (207,155,250). Sum of RGB (Red+Green+Blue) = 207+155+250=612 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.82% from 612); Green value is 155 (60.94% from 255 or 25.33% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9BFA is #306405. Grayscale: #B5B5B5. Windows color (decimal): -3171334 or 16423887. OLE color: 16423887.

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

Color convert

RGB 207 155 250 -
CMYK 0.17 0.38 0 0.02
HSL 272.84º 0.9% 0.79% -
HSV(B) 272.84º 0.38% 0.98% -
XYZ 54.71 43.61 95.98 -
YUV 181.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 207 155 250 0.17 0.38 0 0.02 272.84 0.9 0.79
Hex CF 9B FA 11 26 0 2 111 5A 4F
Octal 317 233 372 21 46 0 2 421 132 117
Binary 11001111 10011011 11111010 10001 100110 0 10 100010001 1011010 1001111

Color Harmonies of #CF9BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9BFA

Black with #CF9BFA

Text Example


Text Example

White with #CF9BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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