Html Css Color HEX #CF9DFF Mauve

📋 copy color: '#CF9DFF'

red 207 ◦ green 157 ◦ blue 255

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

Shades of Mauve #CF9DFF

Tints of Mauve #CF9DFF

RGB

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

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

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

R = 33.44%
G = 25.36%
B = 41.2%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CF9DFF (or 0xCF9DFF) is known color: Mauve. HEX triplet: CF, 9D and FF. RGB value is (207,157,255). Sum of RGB (Red+Green+Blue) = 207+157+255=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 157 (61.72% from 255 or 25.36% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF9DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DFF is #306200. Grayscale: #B6B6B6. Windows color (decimal): -3170817 or 16752079. OLE color: 16752079.

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

Color convert

RGB 207 157 255 -
CMYK 0.19 0.38 0 0
HSL 270.61º 1% 0.81% -
HSV(B) 270.61º 0.38% 1% -
XYZ 55.84 44.6 100.27 -
YUV 183.12 168.57 145.03 -
System Red Green Blue C M Y K H S L
Decimal 207 157 255 0.19 0.38 0 0 270.61 1 0.81
Hex CF 9D FF 13 26 0 0 10F 64 51
Octal 317 235 377 23 46 0 0 417 144 121
Binary 11001111 10011101 11111111 10011 100110 0 0 100001111 1100100 1010001

Color Harmonies of #CF9DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DFF

Black with #CF9DFF

Text Example


Text Example

White with #CF9DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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