Html Css Color HEX #CF95FF Mauve

📋 copy color: '#CF95FF'

red 207 ◦ green 149 ◦ blue 255

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

Shades of Mauve #CF95FF

Tints of Mauve #CF95FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.73%

R = 33.88%
G = 24.39%
B = 41.73%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF95FF (or 0xCF95FF) is known color: Mauve. HEX triplet: CF, 95 and FF. RGB value is (207,149,255). Sum of RGB (Red+Green+Blue) = 207+149+255=611 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.88% from 611); Green value is 149 (58.59% from 255 or 24.39% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF95FF is #306A00. Grayscale: #B2B2B2. Windows color (decimal): -3172865 or 16750031. OLE color: 16750031.

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

Color convert

RGB 207 149 255 -
CMYK 0.19 0.42 0 0
HSL 272.83º 1% 0.79% -
HSV(B) 272.83º 0.42% 1% -
XYZ 54.53 41.98 99.84 -
YUV 178.43 171.22 148.38 -
System Red Green Blue C M Y K H S L
Decimal 207 149 255 0.19 0.42 0 0 272.83 1 0.79
Hex CF 95 FF 13 2A 0 0 111 64 4F
Octal 317 225 377 23 52 0 0 421 144 117
Binary 11001111 10010101 11111111 10011 101010 0 0 100010001 1100100 1001111

Color Harmonies of #CF95FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF95FF

Black with #CF95FF

Text Example


Text Example

White with #CF95FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF95FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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