Html Css Color HEX #CF97FF Mauve

📋 copy color: '#CF97FF'

red 207 ◦ green 151 ◦ blue 255

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

Shades of Mauve #CF97FF

Tints of Mauve #CF97FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.63%

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

R = 33.77%
G = 24.63%
B = 41.6%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF97FF (or 0xCF97FF) is known color: Mauve. HEX triplet: CF, 97 and FF. RGB value is (207,151,255). Sum of RGB (Red+Green+Blue) = 207+151+255=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 151 (59.38% from 255 or 24.63% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF97FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF97FF is #306800. Grayscale: #B3B3B3. Windows color (decimal): -3172353 or 16750543. OLE color: 16750543.

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

Color convert

RGB 207 151 255 -
CMYK 0.19 0.41 0 0
HSL 272.31º 1% 0.8% -
HSV(B) 272.31º 0.41% 1% -
XYZ 54.85 42.62 99.94 -
YUV 179.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 207 151 255 0.19 0.41 0 0 272.31 1 0.8
Hex CF 97 FF 13 29 0 0 110 64 50
Octal 317 227 377 23 51 0 0 420 144 120
Binary 11001111 10010111 11111111 10011 101001 0 0 100010000 1100100 1010000

Color Harmonies of #CF97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF97FF

Black with #CF97FF

Text Example


Text Example

White with #CF97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF97FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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