Html Css Color HEX #CF99FD Mauve

📋 copy color: '#CF99FD'

red 207 ◦ green 153 ◦ blue 253

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

Shades of Mauve #CF99FD

Tints of Mauve #CF99FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 33.77%
G = 24.96%
B = 41.27%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF99FD (or 0xCF99FD) is known color: Mauve. HEX triplet: CF, 99 and FD. RGB value is (207,153,253). Sum of RGB (Red+Green+Blue) = 207+153+253=613 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.77% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #CF99FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF99FD is #306602. Grayscale: #B4B4B4. Windows color (decimal): -3171843 or 16619983. OLE color: 16619983.

HSL color Cylindrical-coordinate representation of color #CF99FD: hue angle of 272.4º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF99FD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 153 253 -
CMYK 0.18 0.40 0 0.01
HSL 272.4º 0.96% 0.8% -
HSV(B) 272.4º 0.4% 0.99% -
XYZ 54.85 43.14 98.36 -
YUV 180.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 207 153 253 0.18 0.40 0 0.01 272.4 0.96 0.8
Hex CF 99 FD 12 28 0 1 110 60 50
Octal 317 231 375 22 50 0 1 420 140 120
Binary 11001111 10011001 11111101 10010 101000 0 1 100010000 1100000 1010000

Color Harmonies of #CF99FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF99FD

Black with #CF99FD

Text Example


Text Example

White with #CF99FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF99FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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