Html Css Color HEX #CF9EFC Mauve

📋 copy color: '#CF9EFC'

red 207 ◦ green 158 ◦ blue 252

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

Shades of Mauve #CF9EFC

Tints of Mauve #CF9EFC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.61%

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

R = 33.55%
G = 25.61%
B = 40.84%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CF9EFC (or 0xCF9EFC) is known color: Mauve. HEX triplet: CF, 9E and FC. RGB value is (207,158,252). Sum of RGB (Red+Green+Blue) = 207+158+252=617 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.55% from 617); Green value is 158 (62.11% from 255 or 25.61% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF9EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF9EFC is #306103. Grayscale: #B7B7B7. Windows color (decimal): -3170564 or 16555727. OLE color: 16555727.

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

Color convert

RGB 207 158 252 -
CMYK 0.18 0.37 0 0.01
HSL 271.28º 0.94% 0.8% -
HSV(B) 271.28º 0.37% 0.99% -
XYZ 55.53 44.75 97.81 -
YUV 183.37 166.73 144.86 -
System Red Green Blue C M Y K H S L
Decimal 207 158 252 0.18 0.37 0 0.01 271.28 0.94 0.8
Hex CF 9E FC 12 25 0 1 10F 5E 50
Octal 317 236 374 22 45 0 1 417 136 120
Binary 11001111 10011110 11111100 10010 100101 0 1 100001111 1011110 1010000

Color Harmonies of #CF9EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9EFC

Black with #CF9EFC

Text Example


Text Example

White with #CF9EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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