Html Css Color HEX #CF95FA Mauve

📋 copy color: '#CF95FA'

red 207 ◦ green 149 ◦ blue 250

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

Shades of Mauve #CF95FA

Tints of Mauve #CF95FA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.59%

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

R = 34.16%
G = 24.59%
B = 41.25%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF95FA (or 0xCF95FA) is known color: Mauve. HEX triplet: CF, 95 and FA. RGB value is (207,149,250). Sum of RGB (Red+Green+Blue) = 207+149+250=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 149 (58.59% from 255 or 24.59% from 606); Blue value is 250 (98.05% from 255 or 41.25% from 606); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF95FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF95FA is #306A05. Grayscale: #B1B1B1. Windows color (decimal): -3172870 or 16422351. OLE color: 16422351.

HSL color Cylindrical-coordinate representation of color #CF95FA: hue angle of 274.46º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF95FA is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 149 250 -
CMYK 0.17 0.40 0 0.02
HSL 274.46º 0.91% 0.78% -
HSV(B) 274.46º 0.4% 0.98% -
XYZ 53.73 41.66 95.65 -
YUV 177.86 168.72 148.79 -
System Red Green Blue C M Y K H S L
Decimal 207 149 250 0.17 0.40 0 0.02 274.46 0.91 0.78
Hex CF 95 FA 11 28 0 2 112 5B 4E
Octal 317 225 372 21 50 0 2 422 133 116
Binary 11001111 10010101 11111010 10001 101000 0 10 100010010 1011011 1001110

Color Harmonies of #CF95FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF95FA

Black with #CF95FA

Text Example


Text Example

White with #CF95FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF95FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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