Html Css Color HEX #CF95FE Mauve

📋 copy color: '#CF95FE'

red 207 ◦ green 149 ◦ blue 254

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

Shades of Mauve #CF95FE

Tints of Mauve #CF95FE

RGB

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

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

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

R = 33.93%
G = 24.43%
B = 41.64%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CF95FE (or 0xCF95FE) is known color: Mauve. HEX triplet: CF, 95 and FE. RGB value is (207,149,254). Sum of RGB (Red+Green+Blue) = 207+149+254=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 149 (58.59% from 255 or 24.43% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF95FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF95FE is #306A01. Grayscale: #B1B1B1. Windows color (decimal): -3172866 or 16684495. OLE color: 16684495.

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

Color convert

RGB 207 149 254 -
CMYK 0.19 0.41 0 0.00
HSL 273.14º 0.98% 0.79% -
HSV(B) 273.14º 0.41% 1% -
XYZ 54.37 41.92 98.99 -
YUV 178.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 207 149 254 0.19 0.41 0 0.00 273.14 0.98 0.79
Hex CF 95 FE 13 29 0 0 111 62 4F
Octal 317 225 376 23 51 0 0 421 142 117
Binary 11001111 10010101 11111110 10011 101001 0 0 100010001 1100010 1001111

Color Harmonies of #CF95FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF95FE

Black with #CF95FE

Text Example


Text Example

White with #CF95FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF95FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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