Html Css Color HEX #CF9DFB Mauve

📋 copy color: '#CF9DFB'

red 207 ◦ green 157 ◦ blue 251

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

Shades of Mauve #CF9DFB

Tints of Mauve #CF9DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.53%

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 33.66%
G = 25.53%
B = 40.81%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CF9DFB (or 0xCF9DFB) is known color: Mauve. HEX triplet: CF, 9D and FB. RGB value is (207,157,251). Sum of RGB (Red+Green+Blue) = 207+157+251=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 157 (61.72% from 255 or 25.53% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF9DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DFB is #306204. Grayscale: #B6B6B6. Windows color (decimal): -3170821 or 16489935. OLE color: 16489935.

HSL color Cylindrical-coordinate representation of color #CF9DFB: hue angle of 271.91º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF9DFB is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 157 251 -
CMYK 0.18 0.37 0 0.02
HSL 271.91º 0.92% 0.8% -
HSV(B) 271.91º 0.37% 0.98% -
XYZ 55.2 44.34 96.92 -
YUV 182.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 207 157 251 0.18 0.37 0 0.02 271.91 0.92 0.8
Hex CF 9D FB 12 25 0 2 110 5C 50
Octal 317 235 373 22 45 0 2 420 134 120
Binary 11001111 10011101 11111011 10010 100101 0 10 100010000 1011100 1010000

Color Harmonies of #CF9DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DFB

Black with #CF9DFB

Text Example


Text Example

White with #CF9DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DFB; }

 p { color: rgb(207,157,251); }

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

background-color css

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

 a { background-color: rgb(207,157,251); }

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

border-color css

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

 span { border-color: rgb(207,157,251); }

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