Html Css Color HEX #CF99FA Mauve

📋 copy color: '#CF99FA'

red 207 ◦ green 153 ◦ blue 250

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

Shades of Mauve #CF99FA

Tints of Mauve #CF99FA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.08%

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

R = 33.93%
G = 25.08%
B = 40.98%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF99FA (or 0xCF99FA) is known color: Mauve. HEX triplet: CF, 99 and FA. RGB value is (207,153,250). Sum of RGB (Red+Green+Blue) = 207+153+250=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 250 (98.05% from 255 or 40.98% from 610); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF99FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF99FA is #306605. Grayscale: #B3B3B3. Windows color (decimal): -3171846 or 16423375. OLE color: 16423375.

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

Color convert

RGB 207 153 250 -
CMYK 0.17 0.39 0 0.02
HSL 273.4º 0.91% 0.79% -
HSV(B) 273.4º 0.39% 0.98% -
XYZ 54.38 42.95 95.87 -
YUV 180.2 167.39 147.11 -
System Red Green Blue C M Y K H S L
Decimal 207 153 250 0.17 0.39 0 0.02 273.4 0.91 0.79
Hex CF 99 FA 11 27 0 2 111 5B 4F
Octal 317 231 372 21 47 0 2 421 133 117
Binary 11001111 10011001 11111010 10001 100111 0 10 100010001 1011011 1001111

Color Harmonies of #CF99FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99FA

Black with #CF99FA

Text Example


Text Example

White with #CF99FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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