Html Css Color HEX #CF9CFC Mauve

📋 copy color: '#CF9CFC'

red 207 ◦ green 156 ◦ blue 252

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

Shades of Mauve #CF9CFC

Tints of Mauve #CF9CFC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.37%

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

R = 33.66%
G = 25.37%
B = 40.98%

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

#CF9CFC (or 0xCF9CFC) is known color: Mauve. HEX triplet: CF, 9C and FC. RGB value is (207,156,252). Sum of RGB (Red+Green+Blue) = 207+156+252=615 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.66% from 615); Green value is 156 (61.33% from 255 or 25.37% from 615); Blue value is 252 (98.83% from 255 or 40.98% from 615); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF9CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9CFC is #306303. Grayscale: #B5B5B5. Windows color (decimal): -3171076 or 16555215. OLE color: 16555215.

HSL color Cylindrical-coordinate representation of color #CF9CFC: hue angle of 271.88º 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 #CF9CFC is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 207 156 252 -
CMYK 0.18 0.38 0 0.01
HSL 271.88º 0.94% 0.8% -
HSV(B) 271.88º 0.38% 0.99% -
XYZ 55.19 44.07 97.69 -
YUV 182.19 167.4 145.69 -
System Red Green Blue C M Y K H S L
Decimal 207 156 252 0.18 0.38 0 0.01 271.88 0.94 0.8
Hex CF 9C FC 12 26 0 1 110 5E 50
Octal 317 234 374 22 46 0 1 420 136 120
Binary 11001111 10011100 11111100 10010 100110 0 1 100010000 1011110 1010000

Color Harmonies of #CF9CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9CFC

Black with #CF9CFC

Text Example


Text Example

White with #CF9CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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