Html Css Color HEX #CF9DFC Mauve

📋 copy color: '#CF9DFC'

red 207 ◦ green 157 ◦ blue 252

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

Shades of Mauve #CF9DFC

Tints of Mauve #CF9DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.91%

R = 33.6%
G = 25.49%
B = 40.91%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF9DFC (or 0xCF9DFC) is known color: Mauve. HEX triplet: CF, 9D and FC. RGB value is (207,157,252). Sum of RGB (Red+Green+Blue) = 207+157+252=616 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.60% from 616); Green value is 157 (61.72% from 255 or 25.49% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF9DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9DFC is #306203. Grayscale: #B6B6B6. Windows color (decimal): -3170820 or 16555471. OLE color: 16555471.

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

Color convert

RGB 207 157 252 -
CMYK 0.18 0.38 0 0.01
HSL 271.58º 0.94% 0.8% -
HSV(B) 271.58º 0.38% 0.99% -
XYZ 55.36 44.41 97.75 -
YUV 182.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 207 157 252 0.18 0.38 0 0.01 271.58 0.94 0.8
Hex CF 9D FC 12 26 0 1 110 5E 50
Octal 317 235 374 22 46 0 1 420 136 120
Binary 11001111 10011101 11111100 10010 100110 0 1 100010000 1011110 1010000

Color Harmonies of #CF9DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9DFC

Black with #CF9DFC

Text Example


Text Example

White with #CF9DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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